mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
38 lines
872 B
Plaintext
38 lines
872 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libX11'
|
|
version = '1.6.2'
|
|
versionsuffix = '-Python-2.7.9'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X11 client-side library"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
builddependencies = [
|
|
('xextproto', '7.3.0'),
|
|
('xcb-proto', '1.11', versionsuffix),
|
|
('inputproto', '2.3'),
|
|
('xproto', '7.0.26'),
|
|
('kbproto', '1.0.6'),
|
|
]
|
|
|
|
dependencies = [
|
|
('libxcb', '1.11', versionsuffix),
|
|
('xtrans', '1.3.5'),
|
|
]
|
|
|
|
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'
|