# Description: A set of interfaces for accessibility # URL: https://www.gtk.org/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu # Depends on: gobject-introspection meson ninja name=atk version=2.36.0 release=1 source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz) build() { cd $name-$version meson build --prefix=/usr DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install rm -r $PKG/usr/share/locale }