diff --git a/Golden_Repo/a/ATK/ATK-2.36.0-GCCcore-11.2.0.eb b/Golden_Repo/a/ATK/ATK-2.36.0-GCCcore-11.2.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..65517b8f00a91c41c4746e0d289fe91ff7fdab34 --- /dev/null +++ b/Golden_Repo/a/ATK/ATK-2.36.0-GCCcore-11.2.0.eb @@ -0,0 +1,41 @@ +easyblock = 'MesonNinja' + +name = 'ATK' +version = '2.36.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': 'GCCcore', 'version': '11.2.0'} + +source_urls = [FTPGNOME_SOURCE] +sources = [SOURCELOWER_TAR_XZ] + +builddependencies = [ + ('binutils', '2.37'), + ('GObject-Introspection', '1.68.0'), + ('Meson', '0.58.2'), + ('pkg-config', '0.29.2'), + ('Ninja', '1.10.2') +] + +dependencies = [ + ('GLib', '2.69.1'), +] + +modextrapaths = { + 'GI_TYPELIB_PATH': 'lib64/girepository-1.0', + 'XDG_DATA_DIRS': 'share', +} + +sanity_check_paths = { + 'files': ['lib64/libatk-1.0.%s' % SHLIB_EXT], + 'dirs': [], +} + +moduleclass = 'vis'