easyblock = 'ConfigureMake' name = 'libX11' version = '1.6.3' homepage = "http://www.freedesktop.org/wiki/Software/xlibs" description = """X11 client-side library""" toolchain = SYSTEM 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'