opt/scons/Pkgfile

19 lines
420 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Software construction tool
# URL: http://www.scons.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: python
name=scons
version=0.96.1
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
2006-02-23 16:26:10 +01:00
python setup.py install --prefix=/usr --root=$PKG
install -d $PKG/usr/man/man1
install -m 644 scons{,ign}.1 $PKG/usr/man/man1
2006-02-23 16:26:10 +01:00
}