mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
32 lines
599 B
Plaintext
32 lines
599 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libXinerama'
|
|
version = '1.1.3'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """Xinerama multiple monitor library"""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
builddependencies = [
|
|
('kbproto', '1.0.7'),
|
|
('xineramaproto', '1.2.1'),
|
|
('xextproto', '7.3.0'),
|
|
('xproto', '7.0.28'),
|
|
]
|
|
|
|
dependencies = [
|
|
('libX11', '1.6.3'),
|
|
('libXext', '1.3.3'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libXinerama.a'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|