mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
472 B
Plaintext
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'
|