opt/at-spi2-atk/Pkgfile

17 lines
457 B
Plaintext
Raw Normal View History

# Description: atk to at-spi2 bridge library
# URL: http://developer.gnome.org/atk/unstable/atk-AtkSocket.html
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2015-05-23 18:16:59 +02:00
# Depends on: atk, at-spi2-core
name=at-spi2-atk
version=2.32.0
2015-10-14 20:41:00 +02:00
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/${version:0:4}/at-spi2-atk-$version.tar.xz)
build() {
cd $name-$version
meson build --prefix=/usr
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
}