easyconfigs-it4i/l/libXcursor/libXcursor-1.1.14-intel-2016a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

30 lines
605 B
Plaintext

easyblock = 'ConfigureMake'
name = 'libXcursor'
version = '1.1.14'
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
description = """X Cursor management library"""
toolchain = {'name': 'intel', 'version': '2016a'}
sources = [SOURCE_TAR_GZ]
source_urls = [XORG_LIB_SOURCE]
builddependencies = [
('fixesproto', '5.0'),
]
dependencies = [
('libX11', '1.6.3'),
('libXfixes', '5.0.1'),
('libXrender', '0.9.9'),
]
sanity_check_paths = {
'files': ['include/X11/Xcursor/Xcursor.h', 'lib/libXcursor.%s' % SHLIB_EXT, 'lib/libXcursor.a'],
'dirs': [],
}
moduleclass = 'vis'