easyconfigs-it4i/k/kbproto/kbproto-1.0.7-intel-2016a.eb
2017-03-09 11:57:40 +01:00

20 lines
471 B
Plaintext

easyblock = 'ConfigureMake'
name = 'kbproto'
version = '1.0.7'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X.org KBProto protocol headers."""
toolchain = {'name': 'intel', 'version': '2016a'}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_PROTO_SOURCE]
sanity_check_paths = {
'files': ['include/X11/extensions/%s' % x for x in ['XKBgeom.h', 'XKB.h', 'XKBproto.h', 'XKBsrv.h', 'XKBstr.h']],
'dirs': [],
}
moduleclass = 'vis'