mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
20 lines
396 B
Plaintext
20 lines
396 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'xineramaproto'
|
|
version = '1.2.1'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = "X protocol and ancillary headers for xinerama"
|
|
|
|
toolchain = SYSTEM
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_PROTO_SOURCE]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['include/X11/extensions/panoramiXproto.h'],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'devel'
|