mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 16:02:11 +01:00

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
31 lines
634 B
Plaintext
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'
|