2016-02-24 01:27:23 +01:00
|
|
|
# Description: A GTK+ module that bridges ATK to D-Bus at-spi
|
|
|
|
# URL: http://www.gtk.org/
|
2017-01-30 23:55:06 +01:00
|
|
|
# Packager: milisarge
|
|
|
|
# Depends on: intltool at-spi2-core atk
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
name=at-spi2-atk
|
|
|
|
version=2.18.1
|
|
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
2017-01-30 23:55:06 +01:00
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|