# scons/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.07 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.00 hours (or 000.08 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.08 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.23 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.48 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree nosyslinks = yes proddir = none purge = no revision = numeric setpaths = $PRODTREE/python2 shareddir = yes tmpsize = 54M #--------------------------------------------------------------------- [depends] python2-tcltk:strict #--------------------------------------------------------------------- [build] PYTOPDIR=$PRODTREE/python2 PYBINDIR=$PYTOPDIR/bin PYDOCDIR=$PYTOPDIR/doc PYLIBDIR=$PYTOPDIR/lib mkdir -p $PYDOCDIR sed -e 's/^\(rpmbuild *=\).*/\1 0/' \ -i SConstruct cp -p LICENSE-local $PYDOCDIR/license-scons.txt treetextsub --pattern=/usr/bin/gcc \ --newtext=$PRODTREE/gcc/bin/gcc \ --keeptimes treetextsub --pattern=/usr/local/bin/gcc \ --newtext=$PRODTREE/gcc/bin/gcc \ --keeptimes rm -fr \ $PYBINDIR/scons \ $PYBINDIR/scons-* \ $PYBINDIR/sconsign \ $PYBINDIR/sconsign-* \ $PYDOCDIR/license-scons.txt \ $PYLIBDIR/scons-*/SCons/ \ $PYTOPDIR/man/man1/scons.1.gz \ $PYTOPDIR/man/man1/sconsign.1.gz export SCONS_LIB_DIR=`pwd`/src/engine mkdir -p build/doc/man touch build/doc/man/{scons,sconsign,scons-time}.1 python src/script/scons.py build/scons cd build/scons python setup.py install #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/scons url_home = http://www.scons.org/ url_lfs = n/a url_tarball = https://downloads.sourceforge.net/\ scons/scons-3.0.1.tar.gz #--------------------------------------------------------------------- [history] 170505 Updated from 2.3.4 to 2.5.1 181023 Updated from 2.5.1 to 3.0.1