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