easyconfigs-it4i/r/renderproto/renderproto-0.11.eb
2019-11-06 13:27:39 +01:00

25 lines
492 B
Plaintext

easyblock = 'ConfigureMake'
name = 'renderproto'
version = '0.11'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = "Xrender protocol and ancillary headers"
toolchain = SYSTEM
toolchainopts = {'optarch': True}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_PROTO_SOURCE]
sanity_check_paths = {
'files': [
'include/X11/extensions/%s' %
x for x in [
'render.h',
'renderproto.h']],
'dirs': [],
}
moduleclass = 'devel'