summaryrefslogtreecommitdiff
path: root/gpp/Pkgfile
blob: 975a09c92daaed3417562c855baca70b90ff7de5 (plain)
    1 # Description: A general-purpose preprocessor with customizable syntax.
    2 # URL: http://en.nothingisreal.com/wiki/GPP
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 
    5 name=gpp
    6 version=2.27
    7 release=1
    8 source=(https://files.nothingisreal.com/software/$name/$name-$version.tar.bz2)
    9 
   10 build() {
   11 	cd $name-$version
   12 
   13 	./configure --prefix=/usr
   14 
   15 	make
   16 	make DESTDIR=$PKG install
   17 
   18 	rm -r $PKG/usr/share/doc
   19 }

Generated by cgit