[arch-commits] Commit in pyatspi/repos (3 files)
Jan Steffens
heftig at archlinux.org
Sun Apr 1 11:36:47 UTC 2012
Date: Sunday, April 1, 2012 @ 07:36:47
Author: heftig
Revision: 155250
db-move: moved pyatspi from [gnome-unstable] to [testing] (any)
Added:
pyatspi/repos/testing-any/
pyatspi/repos/testing-any/PKGBUILD
(from rev 155005, pyatspi/repos/gnome-unstable-any/PKGBUILD)
Deleted:
pyatspi/repos/gnome-unstable-any/
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: pyatspi/repos/testing-any/PKGBUILD (from rev 155005, pyatspi/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2012-04-01 11:36:47 UTC (rev 155250)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=pyatspi
+pkgver=2.4.0
+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}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('ac2a8101535d832ed7183d2071ba133aed6965a6a0c6dfd632bb4818900b1c83')
+
+build() {
+ cd $pkgname-$pkgver
+ sed '/AC_PATH_XTRA/d' -i configure.ac
+ autoreconf
+ PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list