easyconfigs-it4i/s/SCons/SCons-3.0.0.eb
2019-11-06 13:27:39 +01:00

22 lines
472 B
Plaintext

easyblock = 'PythonPackage'
name = 'SCons'
version = '3.0.0'
homepage = 'http://www.scons.org/'
description = "SCons is a software construction tool."
toolchain = SYSTEM
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['http://prdownloads.sourceforge.net/%(namelower)s']
sanity_check_paths = {
'files': ['bin/scons', 'bin/scons-time', 'bin/sconsign'],
'dirs': ['lib/%(namelower)s-%(version)s/%(name)s'],
}
options = {'modulename': False}
moduleclass = 'devel'