fontconfig-2.13.93-GCCcore-11.2.0.eb 951 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. easyblock = 'ConfigureMake'
  2. name = 'fontconfig'
  3. version = '2.13.93'
  4. homepage = 'https://www.freedesktop.org/wiki/Software/fontconfig/'
  5. description = """
  6. Fontconfig is a library designed to provide system-wide font configuration,
  7. customization and application access.
  8. """
  9. toolchain = {'name': 'GCCcore', 'version': '11.2.0'}
  10. toolchainopts = {'pic': True}
  11. source_urls = ['https://www.freedesktop.org/software/fontconfig/release/']
  12. sources = [SOURCE_TAR_GZ]
  13. checksums = ['0f302a18ee52dde0793fe38b266bf269dfe6e0c0ae140e30d72c6cca5dc08db5']
  14. builddependencies = [
  15. ('binutils', '2.37'),
  16. ('gperf', '3.1'),
  17. ('pkg-config', '0.29.2'),
  18. ('Python', '3.8.6'),
  19. ]
  20. dependencies = [
  21. ('expat', '2.4.1'),
  22. ('freetype', '2.11.0'),
  23. ('util-linux', '2.37'),
  24. ]
  25. configopts = '--disable-docs '
  26. sanity_check_paths = {
  27. 'files': ['include/fontconfig/fontconfig.h', 'lib/libfontconfig.%s' % SHLIB_EXT],
  28. 'dirs': []
  29. }
  30. moduleclass = 'vis'