opt/scons/Pkgfile

16 lines
334 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
2011-12-15 08:52:38 +01:00
version=2.1.0
2008-12-21 18:46:30 +01:00
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
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
}