opt/at-spi2-atk/Pkgfile

17 lines
423 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
2013-06-17 19:09:51 +02:00
# Depends on: at-spi2-core
name=at-spi2-atk
2013-11-12 19:09:43 +01:00
version=2.10.2
release=1
2013-10-14 21:51:25 +02:00
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.10/at-spi2-atk-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}