mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
35 lines
751 B
Plaintext
35 lines
751 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = 'ATK'
|
|
version = '2.20.0'
|
|
|
|
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': 'system', 'version': ''}
|
|
|
|
source_urls = [FTPGNOME_SOURCE]
|
|
sources = [SOURCELOWER_TAR_XZ]
|
|
|
|
dependencies = [
|
|
('GLib', '2.52.0'),
|
|
('GObject-Introspection', '1.52.0')
|
|
]
|
|
|
|
configopts = "--enable-introspection=yes"
|
|
|
|
modextrapaths = {
|
|
'XDG_DATA_DIRS': 'share',
|
|
}
|
|
|
|
sanity_check_paths = {
|
|
'files': ['lib/libatk-1.0.%s' % SHLIB_EXT],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'vis'
|