# 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'