opt/at-spi2-core/Pkgfile

19 lines
476 B
Plaintext
Raw Normal View History

# Description: Interface for atk
# URL: http://developer.gnome.org/libatspi/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: dbus, glib, xorg-libx11
name=at-spi2-core
version=2.6.2
2012-12-15 16:48:05 +01:00
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.6/at-spi2-core-$version.tar.xz)
build() {
cd $name-$version
2012-12-15 16:48:05 +01:00
./configure --prefix=/usr --libexecdir=/usr/lib/at-spi2 --disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
}