From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/xapian-core/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/xapian-core/PKGBUILD (limited to 'community/xapian-core/PKGBUILD') diff --git a/community/xapian-core/PKGBUILD b/community/xapian-core/PKGBUILD new file mode 100644 index 000000000..916d199b8 --- /dev/null +++ b/community/xapian-core/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 89923 2013-05-05 14:51:22Z spupykin $ +# Contributor: Andrea Scarpino +# Contributor: Alexander Fehr +# Contributor: William Rea +# Maintainer: Daniel J Griffiths + +pkgname=xapian-core +pkgver=1.2.15 +pkgrel=1 +pkgdesc='Open source search engine library.' +arch=('i686' 'x86_64') +url='http://www.xapian.org/' +license=('GPL') +depends=('sh' 'gcc-libs' 'zlib' 'util-linux') +# xapian config requires libxapian.la +options=('libtool') +source=("http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.gz") +md5sums=('3af45069c6a14a7ecad2da24cbc3d2c5') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} -- cgit v1.2.3-54-g00ecf