easyconfigs-it4i/f/fontconfig/fontconfig-2.13.0.eb
Lukáš Krupčík ce2d3a0ba3 modified: f/fontconfig/fontconfig-2.13.0.eb
new file:   l/libGLU/libGLU-9.0.0-GCC-8.3.0-2.32.eb
	modified:   l/libGLU/libGLU-9.0.0.eb
	modified:   l/libdrm/libdrm-2.4.76.eb
	modified:   m/Mako/Mako-1.0.6-Py-2.7.eb
	modified:   m/Mesa/Mesa-18.3.1.eb
	new file:   v/VirtualGL/VirtualGL-2.6.1-GCC-8.3.0-2.32.eb
	new file:   v/VirtualGL/VirtualGL-2.6.3.eb
2020-03-02 10:24:29 +01:00

31 lines
634 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'fontconfig'
version = '2.13.0'
homepage = 'http://www.freedesktop.org/software/fontconfig'
description = """Fontconfig is a library designed to provide system-wide font configuration, customization and
application access."""
toolchain = SYSTEM
source_urls = ['http://www.freedesktop.org/software/fontconfig/release/']
sources = [SOURCE_TAR_GZ]
builddependencies = [
('pkg-config', '0.29.2'),
]
dependencies = [
('freetype', '2.9.1'),
('expat', '2.2.0'),
('LibUUID', '1.0.3'),
('gperf', '3.1'),
]
configopts = '--disable-docs '
moduleclass = 'vis'