opt/at-spi2-atk/Pkgfile
2012-12-15 00:46:25 +01:00

17 lines
421 B
Plaintext

# 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
# Depends on: at-spi2-core
name=at-spi2-atk
version=2.6.2
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/2.6/at-spi2-atk-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}