mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00
30 lines
591 B
Plaintext
30 lines
591 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libXdamage'
|
|
version = '1.1.4'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X Damage extension library"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
dependencies = [
|
|
('libX11', '1.6.5'),
|
|
('libxcb', '1.11.1', '', True),
|
|
('libXau', '1.0.8'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': [
|
|
'include/X11/extensions/Xdamage.h',
|
|
'lib/libXdamage.%s' %
|
|
SHLIB_EXT,
|
|
'lib/libXdamage.a'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|