# IT4Innovations # LK 2021 easyblock = 'ConfigureMake' name = 'fontconfig' version = '2.13.93' homepage = 'https://www.freedesktop.org/wiki/Software/fontconfig/' description = """ Fontconfig is a library designed to provide system-wide font configuration, customization and application access. """ toolchain = SYSTEM toolchainopts = {'pic': True} source_urls = ['https://www.freedesktop.org/software/fontconfig/release/'] sources = [SOURCE_TAR_GZ] checksums = ['0f302a18ee52dde0793fe38b266bf269dfe6e0c0ae140e30d72c6cca5dc08db5'] builddependencies = [ ('gperf', '3.1'), ('pkg-config', '0.29.2'), ] dependencies = [ ('expat', '2.2.9'), ('freetype', '2.10.4'), ('util-linux', '2.36'), ] configopts = '--disable-docs ' sanity_check_paths = { 'files': ['include/fontconfig/fontconfig.h', 'lib/libfontconfig.%s' % SHLIB_EXT], 'dirs': [] } moduleclass = 'vis'