SCons is a tool for building software (and other files) implemented in Python.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://downloads.sourceforge.net/scons/SCons-4.6.0.tar.gz
Download MD5 sum: 30dcc2563af408c04812a8de88ce2c2e
Download size: 3.1 MB
Estimated disk space required: 50 MB
Estimated build time: less than 0.1 SBU
Fix the install location of the man pages:
sed -i '/scons.1/s@^.@share/man/man1@' -i setup.cfg
Build the package:
pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir $PWD
As the root
user, install the package:
pip3 install --no-index --find-links=dist --no-cache-dir --no-user SCons