opt/at-spi2-atk/Pkgfile

17 lines
428 B
Plaintext
Raw Normal View History

# Description: atk to at-spi2 bridge library
# URL: http://developer.gnome.org/atk/unstable/atk-AtkSocket.html
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
2015-05-23 18:16:59 +02:00
# Depends on: atk, at-spi2-core
name=at-spi2-atk
2014-06-22 16:45:29 +02:00
version=2.12.1
2015-05-23 18:16:59 +02:00
release=2
2014-06-22 16:45:29 +02:00
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.12/at-spi2-atk-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}