at-spi2-atk-2.26.3-foss-2018b.eb 679 B

123456789101112131415161718192021222324252627282930
  1. easyblock = 'MesonNinja'
  2. name = 'at-spi2-atk'
  3. version = '2.26.3'
  4. homepage = 'https://github.com/GNOME/at-spi2-atk'
  5. description = "GTK+ module for bridging AT-SPI to ATK"
  6. toolchain = {'name': 'foss', 'version': '2018b'}
  7. source_urls = [FTPGNOME_SOURCE]
  8. sources = [SOURCELOWER_TAR_XZ]
  9. checksums = ['ca1a3ea03b6fe06402cebce6fc052b0526e8f8cc6e363737dd648f97eb2ce9c7']
  10. builddependencies = [
  11. ('Meson', '0.48.1', '-Python-3.6.6'),
  12. ('Ninja', '1.8.2'),
  13. ]
  14. dependencies = [
  15. ('at-spi2-core', '2.32.0'),
  16. ('ATK', '2.28.1', '-Python-3.6.6'),
  17. ]
  18. sanity_check_paths = {
  19. 'files': ['lib64/libatk-bridge-2.0.so'],
  20. 'dirs': ['include/at-spi2-atk'],
  21. }
  22. moduleclass = 'lib'