#Maintainer: George Vlahavas (vlahavas~at~gmail~dot~com)

pkgname=scons
pkgver=2.0.1
pkgrel=1gv
source=("http://prdownloads.sourceforge.net/scons/scons-$pkgver.tar.gz")
docs=("readme.txt" "install" "copying" "changes.txt" "authors" "news" "todo" "license.txt" "manifest" "release.txt")
url=http://www.scons.org/


slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"scons (Open Source software construction tool)"
"SCons is an Open Source software construction tool that is, a"
"next-generation build tool. Think of SCons as an improved,"
"cross-platform substitute for the classic "make" utility with"
"integrated functionality similar to autoconf/automake and"
"compiler caches such as ccache. In short, SCons is an easier,"
"more reliable and faster way to build software."
)


build() {
	cd $startdir/src/$pkgname-$pkgver
	python setup.py build
	python setup.py install --prefix $startdir/pkg/usr --install-purelib $startdir/pkg/usr/lib${LIBDIRSUFFIX}
}