updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / xapian-core-svn / PKGBUILD
blob9c29559fba4587c755f45d8b498c4b3a7d5ebf8e
1 # $Id: PKGBUILD,v 1.12 2008/08/10 12:47:57 pizzapunk Exp $
2 # Maintainer: Alexander Fehr <pizzapunk gmail com>
3 # Contributor: William Rea <sillywilly@gmail.com>
5 pkgname=xapian-core-svn
6 pkgver=r11745
7 pkgrel=1
8 pkgdesc="Open source search engine library"
9 arch=('i686' 'x86_64')
10 url="http://www.xapian.org/"
11 license=('GPL')
12 depends=('gcc-libs' 'zlib')
13 conflicts=('xapian-core')
14 provides=('xapian-core')
15 source=(http://xappy.googlecode.com/files/xapian-core-11745.tgz)
16 md5sums=('9a2576b2b8c07f56c7efd9184724575f')
18 build() {
19   cd "$srcdir/xapian-core"
21   ./configure --prefix=/usr || return 1
22   make || return 1
23   make DESTDIR="$pkgdir" install || return 1