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
CommitLineData
d542eba4
JB
1# Description: Software construction tool
2# URL: http://www.scons.org
3# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
d542eba4
JB
5# Depends on: python
6
7name=scons
8version=1.2.0
9release=1
10source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14
15 python setup.py install --prefix=/usr --root=$PKG
16}