summaryrefslogtreecommitdiff
path: root/community/python2-xapian/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/python2-xapian/PKGBUILD')
-rw-r--r--community/python2-xapian/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/python2-xapian/PKGBUILD b/community/python2-xapian/PKGBUILD
index cb50d1c38..668f7c797 100644
--- a/community/python2-xapian/PKGBUILD
+++ b/community/python2-xapian/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 89984 2013-05-06 17:28:48Z fyan $
+# $Id: PKGBUILD 99157 2013-10-25 05:16:11Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: DonVla <donvla/users.sourceforge/net>
# Contributor: Hervé Cauwelier <herve/oursours/net>
@@ -6,29 +6,30 @@
pkgname=python2-xapian
_realname=xapian-bindings
pkgver=1.2.15
-pkgrel=1
+epoch=1
+pkgrel=2
pkgdesc="Python bindings for Xapian"
arch=(i686 x86_64 mips64el)
url="http://xapian.org/docs/bindings/python/"
license=('GPL')
-depends=('python2' 'xapian-core')
+depends=('python2' "xapian-core=$epoch:$pkgver")
source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz")
build() {
cd "$srcdir/${_realname}-$pkgver"
- ./configure XAPIAN_CONFIG=/usr/bin/xapian-config \
+ 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')