opt/at-spi2-atk/Pkgfile

17 lines
431 B
Plaintext
Raw Normal View History

# Description: atk to at-spi2 bridge library
# URL: https://wiki.gnome.org/Accessibility
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: atk, at-spi2-core, libxml2
name=at-spi2-atk
2020-10-24 17:35:31 +02:00
version=2.38.0
2015-10-14 20:41:00 +02:00
release=1
source=(https://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
2020-10-24 17:35:31 +02:00
DESTDIR=$PKG ninja -C build install
}