opt/scons/Pkgfile

16 lines
341 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: Software construction tool
# URL: http://www.scons.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 15:26:10 +00:00
# Depends on: python
name=scons
2008-04-19 13:15:25 +02:00
version=0.98.1
2006-02-23 15:26:10 +00:00
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
2006-02-23 15:26:10 +00:00
cd $name-$version
2006-02-23 15:26:10 +00:00
python setup.py install --prefix=/usr --root=$PKG
}