diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/python2-xapian/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
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') |