mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00
21 lines
569 B
Plaintext
21 lines
569 B
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-06-29_22-19-00
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'kbproto'
|
|
version = '1.0.6'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X.org KBProto protocol headers."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2015b'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = ['http://xorg.freedesktop.org/archive/individual/proto/']
|
|
|
|
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'
|