diff options
Diffstat (limited to 'at-spi2-atk/Pkgfile')
-rwxr-xr-x | at-spi2-atk/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/at-spi2-atk/Pkgfile b/at-spi2-atk/Pkgfile new file mode 100755 index 0000000..81df313 --- /dev/null +++ b/at-spi2-atk/Pkgfile @@ -0,0 +1,22 @@ +# 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 <piernov@piernov.org> +# Depends on: atk, at-spi2-core, dconf +# Run on: atk,at-spi2-core,dconf + +name=at-spi2-atk +version=2.2.0 +release=1 +source=(http://download.gnome.org/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 +} |