opt/scons/Pkgfile

18 lines
405 B
Plaintext
Raw Normal View History

2012-06-23 20:29:02 +10:00
# Description: Software construction tool.
# URL: http://www.scons.org/
2014-11-10 23:25:50 +11:00
# Maintainer: Danny Rawlins, crux at romster dot me
2006-02-23 15:26:10 +00:00
# Depends on: python
name=scons
2017-11-22 23:05:12 +11:00
version=3.0.1
2008-12-21 18:46:30 +01:00
release=1
2017-11-22 23:05:12 +11:00
source=(https://download.sourceforge.net/$name/$name-$version.tar.gz)
2006-02-23 15:26:10 +00:00
build() {
2006-02-23 15:26:10 +00:00
cd $name-$version
2017-01-07 18:17:14 +11:00
/usr/bin/python setup.py build
2018-01-31 19:34:18 +11:00
/usr/bin/python setup.py install --root=$PKG --optimize=1 \
--install-data=/usr/share
2006-02-23 15:26:10 +00:00
}