easyconfigs-it4i/s/S-Lang/S-Lang-2.3.0-GCC-4.9.2.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

23 lines
669 B
Plaintext

easyblock = 'ConfigureMake'
name = 'S-Lang'
version = '2.3.0'
homepage = 'http://www.jedsoft.org/slang/'
description = """S-Lang is a multi-platform programmer's library designed to allow
a developer to create robust multi-platform software. It provides facilities
required by interactive applications such as display/screen management, keyboard
input, keymaps, and so on."""
toolchain = {'name': 'GCC', 'version': '4.9.2'}
sources = ['slang-%(version)s.tar.gz']
source_urls = ['http://www.jedsoft.org/releases/slang/']
sanity_check_paths = {
'files': ['include/slang.h', 'bin/slsh', 'lib/libslang.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'devel'