easyconfigs-it4i/a/ATK/ATK-2.26.1.eb
Lukáš Krupčík 80b50fab56 new file: a/ATK/ATK-2.26.1.eb
new file:   g/GLib/GLib-2.60.0.eb
	new file:   g/GObject-Introspection/GObject-Introspection-1.60.1.eb
	new file:   g/GTK3/GTK3-3.24.7.eb
	new file:   g/Gdk-Pixbuf/Gdk-Pixbuf-2.38.1.eb
	new file:   l/libXScrnSaver/libXScrnSaver-1.2.2.eb
	new file:   p/Pango/Pango-1.42.4.eb
2019-04-08 13:33:39 +02:00

37 lines
773 B
Plaintext

# IT4Innovations 2019
easyblock = 'ConfigureMake'
name = 'ATK'
version = '2.26.1'
homepage = 'https://developer.gnome.org/ATK/stable/'
description = """
ATK provides the set of accessibility interfaces that are implemented by other
toolkits and applications. Using the ATK interfaces, accessibility tools have
full access to view and control running applications.
"""
toolchain = {'name': 'dummy', 'version': ''}
source_urls = [FTPGNOME_SOURCE]
sources = [SOURCELOWER_TAR_XZ]
dependencies = [
('GLib', '2.60.0'),
('GObject-Introspection', '1.60.1')
]
configopts = "--enable-introspection=yes"
modextrapaths = {
'XDG_DATA_DIRS': 'share',
}
sanity_check_paths = {
'files': ['lib/libatk-1.0.%s' % SHLIB_EXT],
'dirs': [],
}
moduleclass = 'vis'