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

40 lines
784 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libX11'
version = '1.6.3'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X11 client-side library"""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]
dependencies = [
('libxcb', '1.11.1'),
('fontconfig', '2.11.1'),
]
sanity_check_paths = {
'files': [
'include/X11/%s' %
x for x in [
'cursorfont.h',
'ImUtil.h',
'Xcms.h',
'XKBlib.h',
'XlibConf.h',
'Xlib.h',
'Xlibint.h',
'Xlib-xcb.h',
'Xlocale.h',
'Xregion.h',
'Xresource.h',
'Xutil.h',
]],
'dirs': [],
}
moduleclass = 'vis'