SCons is a tool for building software (and other files) implemented in Python.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://downloads.sourceforge.net/scons/scons-4.2.0.tar.gz
Download MD5 sum: 29dacf14f304065dfee147555d6db4ed
Download size: 2.9 MB
Estimated disk space required: 50 MB
Estimated build time: less than 0.1 SBU
docbook-xsl-1.79.2 and libxslt-1.1.34
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/scons
          Install SCons by running the
          following commands as the root
          user:
        
sed -i 's/env python/&3/' SCons/Utilities/*.py              &&
sed -i 's:build/doc/man/::' setup.cfg                       &&
python3 setup.py install --prefix=/usr  \
                         --optimize=1   \
                         --install-data=/usr/share/man/man1 &&
cp scons{,ign}.1 /usr/share/man/man1
      Last updated on