# 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] builddependencies = [ ('gperf', '3.1'), ('pkg-config', '0.29.2'), ] dependencies = [ ('expat', '2.1.0'), ('freetype', '2.9.1'), ('util-linux', '2.34'), ] configopts = '--disable-docs ' moduleclass = 'vis'