[arch-commits] Commit in pyatspi/repos (testing-any testing-any/PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Tue Oct 18 14:46:48 UTC 2011
Date: Tuesday, October 18, 2011 @ 10:46:48
Author: ibiru
Revision: 140728
archrelease: copy trunk to testing-any
Added:
pyatspi/repos/testing-any/
pyatspi/repos/testing-any/PKGBUILD
(from rev 140727, pyatspi/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: pyatspi/repos/testing-any/PKGBUILD (from rev 140727, pyatspi/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2011-10-18 14:46:48 UTC (rev 140728)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=pyatspi
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Python bindings for at-spi"
+arch=(any)
+url="http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus"
+license=('GPL2')
+depends=('python2-gobject' 'at-spi2-core')
+source=(http://download.gnome.org/sources/${pkgname}/2.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('814afe09407d2197871ba5c202362421ed5bae80d11b2d110ca91510f69db37a')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ sed '/AC_PATH_XTRA/d' -i configure.ac
+ autoreconf
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list