opt/scons/Pkgfile

16 lines
340 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
2008-10-19 11:00:55 +02:00
version=1.1.0
2008-10-19 11:02:42 +02:00
release=2
2006-02-23 16:26:10 +01:00
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
}