# Description: A general-purpose preprocessor with customizable syntax. # URL: http://en.nothingisreal.com/wiki/GPP # Maintainer: Danny Rawlins, crux at romster dot me name=gpp version=2.27 release=1 source=(https://files.nothingisreal.com/software/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc }