[arch-commits] Commit in python-xapian/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Mon Jan 2 08:03:29 UTC 2017
Date: Monday, January 2, 2017 @ 08:03:28
Author: felixonmars
Revision: 204174
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
python-xapian/repos/community-staging-i686/
python-xapian/repos/community-staging-i686/PKGBUILD
(from rev 204173, python-xapian/trunk/PKGBUILD)
python-xapian/repos/community-staging-x86_64/
python-xapian/repos/community-staging-x86_64/PKGBUILD
(from rev 204173, python-xapian/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 70 insertions(+)
Copied: python-xapian/repos/community-staging-i686/PKGBUILD (from rev 204173, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-02 08:03:28 UTC (rev 204174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgbase=python-xapian
+pkgname=('python2-xapian')
+_realname=xapian-bindings
+pkgver=1.4.2
+epoch=1
+pkgrel=1
+pkgdesc="Python bindings for Xapian"
+arch=('i686' 'x86_64')
+url="http://xapian.org/docs/bindings/python/"
+license=('GPL')
+makedepends=('python2-sphinx' "xapian-core=$epoch:$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
+sha512sums=('28e1d060853f7992c4c0fc8ef63377bc86f41e972ea9ef45e31b083b85db5191993a8021be3581805ccc0df3fae8e8c0a50a1cf0a6fcf3959328a90155df9207')
+
+build() {
+ cd "$srcdir/${_realname}-$pkgver"
+ ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+ --prefix=/usr --with-python \
+ PYTHON=/usr/bin/python2
+ make
+}
+
+package_python2-xapian() {
+ depends=('python2' "xapian-core=$epoch:$pkgver")
+
+ cd ${_realname}-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Copied: python-xapian/repos/community-staging-x86_64/PKGBUILD (from rev 204173, python-xapian/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-01-02 08:03:28 UTC (rev 204174)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: DonVla <donvla/users.sourceforge/net>
+# Contributor: Hervé Cauwelier <herve/oursours/net>
+
+pkgbase=python-xapian
+pkgname=('python2-xapian')
+_realname=xapian-bindings
+pkgver=1.4.2
+epoch=1
+pkgrel=1
+pkgdesc="Python bindings for Xapian"
+arch=('i686' 'x86_64')
+url="http://xapian.org/docs/bindings/python/"
+license=('GPL')
+makedepends=('python2-sphinx' "xapian-core=$epoch:$pkgver")
+source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-${pkgver}.tar.xz")
+sha512sums=('28e1d060853f7992c4c0fc8ef63377bc86f41e972ea9ef45e31b083b85db5191993a8021be3581805ccc0df3fae8e8c0a50a1cf0a6fcf3959328a90155df9207')
+
+build() {
+ cd "$srcdir/${_realname}-$pkgver"
+ ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+ --prefix=/usr --with-python \
+ PYTHON=/usr/bin/python2
+ make
+}
+
+package_python2-xapian() {
+ depends=('python2' "xapian-core=$epoch:$pkgver")
+
+ cd ${_realname}-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list