opt/atk/Pkgfile
2020-06-21 20:21:42 +10:00

19 lines
461 B
Plaintext

# 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.34.1
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
}