Juergen Daubert
1f58b840cd
Conflicts: gqview/Pkgfile mpg321/Pkgfile nfs-utils/Pkgfile p5-uri/Pkgfile p5-xml-parser/.footprint p5-xml-parser/Pkgfile quota/Pkgfile spamprobe/Pkgfile
16 lines
334 B
Plaintext
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
|
|
}
|