pkgname=xapian-core pkgver=1.4.25 pkgrel=1 pkgdesc='Open source search engine library.' arch=('x86_64') url='https://www.xapian.org/' license=('GPL') depends=('sh' 'gcc-libs' 'zlib' 'util-linux') options=('libtool') source=("https://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz") sha256sums=('0c99dfdd817571cb5689bc412a7e021407938313f38ea3a70fa3bf86410608ee') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }