opt/at-spi2-core/Pkgfile
2017-05-10 17:19:49 +02:00

19 lines
513 B
Plaintext

# Description: Interface for atk
# URL: http://developer.gnome.org/libatspi/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: dbus gobject-introspection intltool xorg-libxtst
name=at-spi2-core
version=2.24.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/${version:0:4}/at-spi2-core-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --libexecdir=/usr/lib/at-spi2 --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}