easyconfigs-it4i/g/GTK+/GTK+-2.24.28.eb
2019-11-06 13:27:39 +01:00

26 lines
592 B
Plaintext

easyblock = 'ConfigureMake'
name = 'GTK+'
version = '2.24.28'
homepage = 'https://developer.gnome.org/gtk+/stable/'
description = """
The GTK+ 2 package contains libraries used for creating graphical user interfaces for applications.
"""
toolchain = SYSTEM
source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
dependencies = [
('ATK', '2.18.0'),
('Gdk-Pixbuf', '2.32.3'),
('Pango', '1.39.0'),
('GObject-Introspection', '1.47.1'),
]
configopts = "--disable-silent-rules --disable-glibtest --enable-introspection=yes --disable-visibility "
moduleclass = 'vis'