description="SCons is a free tool construction allows replacement of make."
url="http://scons.org"

packager="tnut <tnut@nutyx.org>"
contributors="Pierre,Spiky"

run=(python)

name=scons
version=4.4.0
release=2

source=(https://sourceforge.net/projects/scons/files/scons/$version/SCons-$version.tar.gz)
build () 
{ 
cd SCons-$version
sed -i 's/env python/&3/' SCons/Utilities/*.py
sed -i 's:build/doc/man/::' setup.cfg
python3 setup.py install \
	--prefix=/usr    \
	--install-data=/usr/share \
	--root=$PKG --optimize=1

install -D -m644 LICENSE $PKG/usr/share/licenses/$name/LICENSE
}
