2006-02-23 15:26:10 +00:00
|
|
|
# Description: Software construction tool
|
|
|
|
# URL: http://www.scons.org
|
2006-04-08 15:21:33 +00:00
|
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: python
|
|
|
|
|
|
|
|
name=scons
|
2008-12-21 18:46:30 +01:00
|
|
|
version=1.2.0
|
|
|
|
release=1
|
2006-02-23 15:26:10 +00:00
|
|
|
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
|
|
|
|
|
2006-03-27 11:11:15 +00:00
|
|
|
build() {
|
2006-02-23 15:26:10 +00:00
|
|
|
cd $name-$version
|
2006-03-27 11:11:15 +00:00
|
|
|
|
2006-02-23 15:26:10 +00:00
|
|
|
python setup.py install --prefix=/usr --root=$PKG
|
|
|
|
}
|