easyconfigs-it4i/l/libXfixes/libXfixes-5.0.1.eb
easybuild 6f8ae88fdc # new file: i/inputproto/inputproto-2.3.eb
#	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
2017-03-23 12:27:36 +01:00

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'