easyconfigs-it4i/f/fontconfig/fontconfig-2.13.1.eb
Lukáš Krupčík 89acda4280 modified: e/expat/expat-2.1.0.eb
modified:   f/fontconfig/fontconfig-2.13.1.eb
	modified:   i/intltool/intltool-0.51.0.eb
	new file:   x/X11/X11-20190717.eb
2019-12-02 10:33:08 +01:00

26 lines
553 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = "fontconfig"
version = '2.13.1'
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]
dependencies = [
('expat', '2.1.0'),
('freetype', '2.9.1'),
('gperf', '3.1'),
]
configopts = '--disable-docs '
moduleclass = 'vis'