# hdw - linux python package # # author: hackbard@hackdaworld.dyndns.org # # [V] 0.96.1 # [S] 3-2 # [D] scons-src-0.96.1.tar.gz http://mesh.dl.sourceforge.net/sourceforge/scons/ build_main() { # build scons export SCONS_LIB_DIR=`pwd`/src/engine python src/script/scons.py build/scons # install scons cd build/scons python setup.py install --prefix=$prefix }