opt/scons/Pkgfile
Juergen Daubert 1f58b840cd Merge branch '2.6' into 2.7
Conflicts:
	gqview/Pkgfile
	mpg321/Pkgfile
	nfs-utils/Pkgfile
	p5-uri/Pkgfile
	p5-xml-parser/.footprint
	p5-xml-parser/Pkgfile
	quota/Pkgfile
	spamprobe/Pkgfile
2010-09-28 16:56:36 +02:00

16 lines
334 B
Plaintext

# Description: Software construction tool
# URL: http://www.scons.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: python
name=scons
version=2.0.1
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
python setup.py install --prefix=/usr --root=$PKG
}