easyconfigs-it4i/x/xextproto/xextproto-7.3.0-foss-2016a.eb
2017-03-09 11:57:40 +01:00

25 lines
681 B
Plaintext

easyblock = 'ConfigureMake'
name = 'xextproto'
version = '7.3.0'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """XExtProto protocol headers."""
toolchain = {'name': 'foss', 'version': '2016a'}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_PROTO_SOURCE]
sanity_check_paths = {
'files': ['include/X11/extensions/%s' % x for x in [
'agproto.h', 'cupproto.h', 'dbeproto.h', 'dpmsproto.h', 'EVIproto.h', 'geproto.h', 'lbxproto.h',
'mitmiscproto.h', 'multibufproto.h', 'securproto.h', 'shapeproto.h', 'shm.h', 'shmstr.h', 'syncproto.h',
'xtestconst.h', 'xtestext1proto.h'
]
],
'dirs': []
}
moduleclass = 'devel'