[arch-commits] Commit in python2-xapian/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Oct 22 11:16:00 UTC 2013


    Date: Tuesday, October 22, 2013 @ 13:16:00
  Author: fyan
Revision: 99022

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  python2-xapian/repos/community-testing-i686/
  python2-xapian/repos/community-testing-i686/PKGBUILD
    (from rev 99021, python2-xapian/trunk/PKGBUILD)
  python2-xapian/repos/community-testing-x86_64/
  python2-xapian/repos/community-testing-x86_64/PKGBUILD
    (from rev 99021, python2-xapian/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: python2-xapian/repos/community-testing-i686/PKGBUILD (from rev 99021, python2-xapian/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-10-22 11:16:00 UTC (rev 99022)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgname=python2-xapian
+_realname=xapian-bindings
+pkgver=1.2.15
+epoch=1
+pkgrel=2
+pkgdesc="Python bindings for Xapian"
+arch=(i686 x86_64)
+url="http://xapian.org/docs/bindings/python/"
+license=('GPL')
+depends=('python2' "xapian-core=$epoch:$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/${_realname}-$pkgver"
+    
+  LDFLAGS=-lpython2.7 ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+         --prefix=/usr --with-python \
+         PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd "$srcdir/${_realname}-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')

Copied: python2-xapian/repos/community-testing-x86_64/PKGBUILD (from rev 99021, python2-xapian/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-10-22 11:16:00 UTC (rev 99022)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgname=python2-xapian
+_realname=xapian-bindings
+pkgver=1.2.15
+epoch=1
+pkgrel=2
+pkgdesc="Python bindings for Xapian"
+arch=(i686 x86_64)
+url="http://xapian.org/docs/bindings/python/"
+license=('GPL')
+depends=('python2' "xapian-core=$epoch:$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz")
+
+build() {
+  cd "$srcdir/${_realname}-$pkgver"
+    
+  LDFLAGS=-lpython2.7 ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+         --prefix=/usr --with-python \
+         PYTHON=/usr/bin/python2
+
+  make
+}
+
+package() {
+  cd "$srcdir/${_realname}-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
+sha512sums=('b3733308f0446fa041dcae677b3d3316bd8e775fcd1a1770ca2fab5b60e40463bbbce210cb1161161f6e9f1ff5e5473d38c2dab922b7f4f2705ac165d991c0ec')




More information about the arch-commits mailing list