From 28b5bbf3fee0627993658e096eadab71c2779912 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Apr 2011 10:53:36 +0000 Subject: Tue Apr 12 10:53:36 UTC 2011 --- community/xapian-core/PKGBUILD | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'community/xapian-core') diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD index 5b589388f..223dc8f8c 100644 --- a/community/xapian-core/PKGBUILD +++ b/community/xapian-core/PKGBUILD @@ -1,10 +1,11 @@ +# $Id: PKGBUILD 44794 2011-04-11 20:41:06Z ebelanger $ # Contributor: Andrea Scarpino # Contributor: Alexander Fehr # Contributor: William Rea # Maintainer: Daniel J Griffiths pkgname=xapian-core -pkgver=1.2.4 +pkgver=1.2.5 pkgrel=1 pkgdesc='Open source search engine library.' arch=('i686' 'x86_64') @@ -12,21 +13,17 @@ url='http://www.xapian.org/' license=('GPL') depends=('sh' 'gcc-libs' 'zlib') # xapian config requires libxapian.la -#options=('!libtool') +options=('libtool') source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz") -md5sums=('9715684900547649e0cbec42e6a157e9') +md5sums=('775995b7036b01b8b864a95d5646f42d') build() { - cd ${pkgname}-${pkgver} - - ./configure \ - --prefix=/usr - + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr make } package() { - cd ${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } -- cgit v1.2.3-54-g00ecf