2012-12-15 00:45:00 +01:00
|
|
|
# Description: Interface for atk
|
|
|
|
# URL: http://developer.gnome.org/libatspi/
|
|
|
|
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
|
2013-02-07 17:42:36 +01:00
|
|
|
# Depends on: dbus, glib, intltool, xorg-libxtst
|
2012-12-15 00:45:00 +01:00
|
|
|
|
|
|
|
name=at-spi2-core
|
2014-11-12 00:34:31 +01:00
|
|
|
version=2.14.1
|
2013-06-17 19:09:35 +02:00
|
|
|
release=1
|
2014-11-12 00:34:31 +01:00
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.14/at-spi2-core-$version.tar.xz)
|
2012-12-15 00:45:00 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
2012-12-15 16:48:05 +01:00
|
|
|
./configure --prefix=/usr --libexecdir=/usr/lib/at-spi2 --disable-nls
|
2012-12-15 00:45:00 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
|
|
|
rm -r $PKG/usr/share/gtk-doc
|
|
|
|
}
|