From 9a7846256c4ee6b20cfd08578d69ea0cae18adcf Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 27 Sep 2011 21:45:14 +0200 Subject: at-spi2-atk 2.2.0-1 ajout port --- at-spi2-atk/Pkgfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 at-spi2-atk/Pkgfile (limited to 'at-spi2-atk/Pkgfile') 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 +# 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 +} -- cgit v1.2.3-54-g00ecf