GTK+-2.24.32-intel-2018.eb 746 B

12345678910111213141516171819202122232425262728
  1. easyblock = 'ConfigureMake'
  2. name = 'GTK+'
  3. version = '2.24.32'
  4. homepage = 'https://developer.gnome.org/gtk+/stable/'
  5. description = """
  6. The GTK+ 2 package contains libraries used for creating graphical user interfaces for applications.
  7. """
  8. toolchain = {'name': 'intel', 'version': '2018'}
  9. source_urls = [FTPGNOME_SOURCE]
  10. sources = [SOURCELOWER_TAR_XZ]
  11. checksums = ['b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e']
  12. builddependencies = [
  13. ('GObject-Introspection', '1.54.1', '-Python-2.7.13'),
  14. ]
  15. dependencies = [
  16. ('ATK', '2.28.1'),
  17. ('Gdk-Pixbuf', '2.36.11'),
  18. ('Pango', '1.41.1'),
  19. ]
  20. configopts = "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility "
  21. moduleclass = 'vis'