mm-common-1.0.6-GCCcore-13.3.0.eb 831 B

123456789101112131415161718192021222324252627282930313233
  1. easyblock = 'MesonNinja'
  2. name = 'mm-common'
  3. version = '1.0.6'
  4. homepage = 'https://gitlab.gnome.org/GNOME/mm-common'
  5. description = """The mm-common module provides the build infrastructure and
  6. utilities shared among the GNOME C++ binding libraries."""
  7. toolchain = {'name': 'GCCcore', 'version': '13.3.0'}
  8. source_urls = [FTPGNOME_SOURCE]
  9. sources = [SOURCELOWER_TAR_XZ]
  10. checksums = ['b55c46037dbcdabc5cee3b389ea11cc3910adb68ebe883e9477847aa660862e7']
  11. builddependencies = [
  12. ('binutils', '2.42'),
  13. ('Meson', '1.4.0'),
  14. ('Ninja', '1.12.1'),
  15. ]
  16. dependencies = [
  17. ('Python', '3.12.3'),
  18. ]
  19. sanity_check_paths = {
  20. 'files': ['bin/mm-common-get', 'bin/mm-common-prepare', 'share/pkgconfig/mm-common-util.pc'],
  21. 'dirs': ['share/man/man1'],
  22. }
  23. sanity_check_commands = ["mm-common-prepare --help"]
  24. moduleclass = 'devel'