mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

# new file: l/libXext/libXext-1.3.3.eb # new file: l/libXfixes/libXfixes-5.0.1.eb # modified: results/ANSELM-installed_from_not_installed.txt # modified: results/ANSELM-not_installed.txt # modified: results/ANSELM-warning-not.txt # new file: x/xextproto/xextproto-7.3.0.eb # new file: x/xorg-macros/xorg-macros-1.17.eb
25 lines
519 B
Plaintext
25 lines
519 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libXfixes'
|
|
version = '5.0.1'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X Fixes extension library"""
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
dependencies = [
|
|
('fixesproto', '5.0'),
|
|
('xextproto', '7.3.0'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files' : ['include/X11/extensions/Xfixes.h', 'lib/libXfixes.a', 'lib/libXfixes.%s' % SHLIB_EXT],
|
|
'dirs' : [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|