CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / scons / Pkgfile
1 # Description: Software construction tool
2 # URL: http://www.scons.org
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: python
6
7 name=scons
8 version=1.2.0
9 release=1
10 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
11
12 build() {
13 cd $name-$version
14
15 python setup.py install --prefix=/usr --root=$PKG
16 }