easyconfigs-it4i/f/fixesproto/fixesproto-5.0-foss-2016a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

22 lines
481 B
Plaintext

easyblock = 'ConfigureMake'
name = 'fixesproto'
version = '5.0'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X.org FixesProto protocol headers."""
toolchain = {'name': 'foss', 'version': '2016a'}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_PROTO_SOURCE]
sanity_check_paths = {
'files': [
'include/X11/extensions/xfixesproto.h',
'include/X11/extensions/xfixeswire.h'],
'dirs': ['lib/pkgconfig'],
}
moduleclass = 'vis'