mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 11:48:06 +01:00
24 lines
485 B
Plaintext
24 lines
485 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': 'foss', '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'
|