opt/scons/Pkgfile

16 lines
339 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
2007-05-20 16:05:19 +02:00
version=0.97
2006-02-23 16:26:10 +01:00
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
}