easyconfigs-it4i/f/fontconfig/fontconfig-2.11.1.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

24 lines
560 B
Plaintext

easyblock = 'ConfigureMake'
name = "fontconfig"
version = '2.11.1'
#versionsuffix = '-upgrade'
homepage = 'http://www.freedesktop.org/software/fontconfig'
description = """Fontconfig is a library designed to provide system-wide font configuration, customization and
application access."""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://www.freedesktop.org/software/fontconfig/release/']
sources = [SOURCE_TAR_GZ]
dependencies = [
('expat', '2.1.0'),
('freetype', '2.8'),
]
configopts = '--disable-docs '
moduleclass = 'vis'