opt/at-spi2-atk/Pkgfile
Fredrik Rinnestam 256d7e8e1d at-spi2-atk: updated to 2.20.0
Signed-off-by: Fredrik Rinnestam <fredrik@crux.nu>
2016-03-22 20:57:05 +01:00

17 lines
438 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: atk, at-spi2-core
name=at-spi2-atk
version=2.20.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/at-spi2-atk/${version:0:4}/at-spi2-atk-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}