From 83a24a9ace099943a0dd1406371f14bfe6d5ae7b Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 27 Sep 2011 21:41:13 +0200 Subject: pyatspi 2.2.0-1 ajout port --- pyatspi/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 pyatspi/Pkgfile (limited to 'pyatspi/Pkgfile') diff --git a/pyatspi/Pkgfile b/pyatspi/Pkgfile new file mode 100755 index 0000000..669a2fd --- /dev/null +++ b/pyatspi/Pkgfile @@ -0,0 +1,18 @@ +# Description: Bindings Python pour AT-SPI2 +# URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus +# Maintainer: NuTyX GNOME team +# Packager: piernov +# Depends on: pygobject3, at-spi2-core +# Run on: pygobject3,at-spi2-core + +name=pyatspi +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 + make + make DESTDIR=$PKG install +} -- cgit v1.2.3-70-g09d2