easyconfigs-it4i/f/fontconfig/fontconfig-2.13.0.eb
2019-11-06 13:27:39 +01:00

30 lines
612 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'),
]
configopts = '--disable-docs '
moduleclass = 'vis'