summaryrefslogtreecommitdiff
path: root/scons/Pkgfile
blob: 545deaaf3ed7951ecafe8520ce8d86d20f197d76 (plain)
    1 # Description: Software construction tool
    2 # URL: http://www.scons.org
    3 # Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
    4 # Depends on: python
    5 
    6 name=scons
    7 version=0.96.1
    8 release=1
    9 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14 	python setup.py install --prefix=/usr --root=$PKG
   15 
   16 	install -d $PKG/usr/man/man1
   17 	install -m 644 scons{,ign}.1 $PKG/usr/man/man1
   18 }

Generated by cgit