easyconfigs-it4i/l/libICE/libICE-1.0.9.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

36 lines
687 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': 'dummy', 'version': ''}
sources = [SOURCE_TAR_GZ]
source_urls = ['http://xorg.freedesktop.org/archive/individual/lib/']
dependencies = [
('xtrans', '1.3.5'),
]
builddependencies = [
('xproto', '7.0.26'),
]
sanity_check_paths = {
'files': [
'include/X11/ICE/ICE%s.h' %
x for x in [
'',
'conn',
'lib',
'msg',
'proto',
'util']],
'dirs': [],
}
moduleclass = 'vis'