# Description: Command line utilities to highlight source code # URL: http://webcpp.sourceforge.net/ # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve # Depends on: name=webcpp version=0.8.4 release=2 source=(http://download.sourceforge.net/sourceforge/webcpp/$name-$version-src.tar.gz stdlib.patch) build() { cd $name-$version-src patch -p1 -i $SRC/stdlib.patch ./configure --prefix=/usr make make DESTDIR=$PKG install chmod 755 $PKG/usr/bin/{webc++,scs2scs2.pl} }