SCons is a tool for building software (and other files) implemented in Python.
When expanding the tarball the package expands to scons-4.11.0, not the expected SCons-4.11.0.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://downloads.sourceforge.net/scons/SCons-4.11.0.tar.gz
Download MD5 sum: 79b7933616d960a1dd4d79019d536116
Download size: 3.2 MB
Estimated disk space required: 77 MB
Estimated build time: less than 0.1 SBU
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-user SCons && install -v -m664 *.1 /usr/share/man/man1