opt/atk/Pkgfile
2019-09-10 14:29:38 +02:00

19 lines
460 B
Plaintext

# Description: A set of interfaces for accessibility
# URL: http://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
}