mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
32 lines
584 B
Plaintext
32 lines
584 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libXft'
|
|
version = '2.3.2'
|
|
|
|
homepage = "http://www.freedesktop.org/wiki/Software/xlibs"
|
|
description = """X11 client-side library"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2016a'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [XORG_LIB_SOURCE]
|
|
|
|
builddependencies = [
|
|
('kbproto', '1.0.7'),
|
|
('renderproto', '0.11'),
|
|
]
|
|
|
|
dependencies = [
|
|
('libX11', '1.6.3'),
|
|
('libXrender', '0.9.9'),
|
|
('freetype', '2.6.2'),
|
|
('fontconfig', '2.11.94'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libXft.a'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|