opt/scons/Pkgfile

18 lines
426 B
Plaintext
Raw Normal View History

2012-06-23 12:29:02 +02:00
# Description: Software construction tool.
# URL: http://www.scons.org/
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2012-06-23 12:29:02 +02:00
# Packager: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: python
name=scons
2017-01-07 08:17:14 +01:00
version=2.5.1
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
2017-01-07 08:17:14 +01:00
/usr/bin/python setup.py build
/usr/bin/python setup.py install --root=$PKG --optimize=1
2006-02-23 16:26:10 +01:00
}