# Description: Module GTK+ effectuant un pont entre ATK et AT-SPI DBus # URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus # Maintainer: NuTyX GNOME team # Packager: piernov # Depends on: atk, at-spi2-core, dconf # Run on: atk,at-spi2-core,dconf name=at-spi2-atk version=2.4.0 release=1 source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version PYTHON=python2 ./configure --prefix=/usr \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ --enable-p2p \ --disable-schemas-compile make make DESTDIR=$PKG install }