mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
27 lines
591 B
Plaintext
27 lines
591 B
Plaintext
# Built with EasyBuild version 2.1.1 on 2015-06-29_22-18-38
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'inputproto'
|
|
version = '2.3'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X.org InputProto protocol headers."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
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 [
|
|
'XI2.h',
|
|
'XI.h',
|
|
'XIproto.h',
|
|
'XI2proto.h']],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|