HarfBuzz-1.7.5-intel-2018.eb 955 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. easyblock = 'ConfigureMake'
  2. name = 'HarfBuzz'
  3. version = '1.7.5'
  4. homepage = 'http://www.freedesktop.org/wiki/Software/HarfBuzz'
  5. description = """HarfBuzz is an OpenType text shaping engine."""
  6. toolchain = {'name': 'intel', 'version': '2018'}
  7. source_urls = ['http://www.freedesktop.org/software/harfbuzz/release/']
  8. sources = [SOURCELOWER_TAR_BZ2]
  9. checksums = ['84574e1b1f65ca694cb8fb6905309665c0368af18a312357f8ff886ee2f29563']
  10. dependencies = [
  11. ('GLib', '2.54.3'),
  12. ('cairo', '1.14.8'),
  13. ('freetype', '2.8'),
  14. ]
  15. builddependencies = [
  16. ('GObject-Introspection', '1.54.1', '-Python-2.7.13'),
  17. ('pkg-config', '0.29.2'),
  18. ]
  19. configopts = "--enable-introspection=yes --with-gobject=yes --enable-static --enable-shared --with-cairo "
  20. modextrapaths = {
  21. 'GI_TYPELIB_PATH': 'share',
  22. 'XDG_DATA_DIRS': 'share',
  23. }
  24. sanity_check_paths = {
  25. 'files': ['lib/libharfbuzz.%s' % SHLIB_EXT, 'bin/hb-view'],
  26. 'dirs': []
  27. }
  28. moduleclass = 'vis'