easyconfigs-it4i/r/randrproto/randrproto-1.5.0-intel-2016a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

20 lines
444 B
Plaintext

easyblock = 'ConfigureMake'
name = 'randrproto'
version = '1.5.0'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = "Xrandr protocol and ancillary 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 ['randr.h', 'randrproto.h']],
'dirs': [],
}
moduleclass = 'devel'