### this file is sourced not run
PKGVER=2.4.1
PKGBUILD=1
PKGARCH=x86_64

# source: post BLFS 7.8 2016-01-06
TARBALL=scons-$PKGVER.tar.gz
MD5SUM=9a0ddf33d9839f04380e0fae87cc4b40
SRC_URL=http://downloads.sourceforge.net/scons/$TARBALL
BUNDLE=

SLACKREQ=python
SLACKDESC="scons: scons $PKGVER (SCONS build system)  
scons:  
scons: SCons is a tool for building software (and other files) implemented in 
scons: Python. It is similar to the ever popular Make.  
scons: 
scons: 
scons: 
scons: 
scons: 
scons: 
scons:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/scons* &&
	python setup.py build --build-base=build64 &&
	python setup.py install \
		--prefix=/usr  \
		--standard-lib \
		--prefix=/usr  \
		--install-data=/usr/share \
		--install-purelib=/usr/$LIBDIR/python2.7/site-packages &&
	pkg_build_slackdesc
}


