mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
28 lines
564 B
Plaintext
28 lines
564 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libICE'
|
|
version = '1.0.9'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X Inter-Client Exchange library for freedesktop.org"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2016a'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
dependencies = [
|
|
('xtrans', '1.3.5'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('xproto', '7.0.28'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/X11/ICE/ICE%s.h' % x for x in ['', 'conn', 'lib', 'msg', 'proto', 'util']],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|