diff options
Diffstat (limited to 'community/python2-xapian/PKGBUILD')
-rw-r--r-- | community/python2-xapian/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community/python2-xapian/PKGBUILD b/community/python2-xapian/PKGBUILD deleted file mode 100644 index 2284ee539..000000000 --- a/community/python2-xapian/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 89984 2013-05-06 17:28:48Z fyan $ -# Maintainer: Felix Yan <felixonmars@gmail.com> -# Contributor: DonVla <donvla/users.sourceforge/net> -# Contributor: Hervé Cauwelier <herve/oursours/net> - -pkgname=python2-xapian -_realname=xapian-bindings -pkgver=1.2.15 -pkgrel=1 -pkgdesc="Python bindings for Xapian" -arch=(i686 x86_64) -url="http://xapian.org/docs/bindings/python/" -license=('GPL') -depends=('python2' 'xapian-core') -source=("http://oligarchy.co.uk/xapian/${pkgver}/${_realname}-$pkgver.tar.gz") - -build() { - cd "$srcdir/${_realname}-$pkgver" - - ./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') |