17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
# Description: A GTK+ module that bridges ATK to D-Bus at-spi
|
|
# URL: http://www.gtk.org/
|
|
# Packager: pierre at nutyx dot org
|
|
# Depends on: intltool at-spi2-core atk
|
|
name=at-spi2-atk
|
|
version=2.18.1
|
|
release=1
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|
|
|