From 415856bdd4f48ab4f2732996f0bae58595092bbe Mon Sep 17 00:00:00 2001 From: Parabola Date: Tue, 5 Apr 2011 14:26:38 +0000 Subject: Tue Apr 5 14:26:38 UTC 2011 --- community/xapian-core/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 community/xapian-core/PKGBUILD (limited to 'community/xapian-core') diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD new file mode 100644 index 000000000..5b589388f --- /dev/null +++ b/community/xapian-core/PKGBUILD @@ -0,0 +1,32 @@ +# Contributor: Andrea Scarpino +# Contributor: Alexander Fehr +# Contributor: William Rea +# Maintainer: Daniel J Griffiths + +pkgname=xapian-core +pkgver=1.2.4 +pkgrel=1 +pkgdesc='Open source search engine library.' +arch=('i686' 'x86_64') +url='http://www.xapian.org/' +license=('GPL') +depends=('sh' 'gcc-libs' 'zlib') +# xapian config requires libxapian.la +#options=('!libtool') +source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz") +md5sums=('9715684900547649e0cbec42e6a157e9') + +build() { + cd ${pkgname}-${pkgver} + + ./configure \ + --prefix=/usr + + make +} + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf