mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
25 lines
492 B
Plaintext
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'
|