# Maintainer: lestb # Contributor: Denis Kobozev pkgname=xapian-omega pkgver=1.2.18 pkgrel=1 pkgdesc="Indexers and CGI search frontend for Xapian" arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h') url="http://www.xapian.org/" license=('GPL') depends=('xapian-core' 'perl' 'pcre') source=(http://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz) sha256sums=('528feb8021a52ab06c7833cb9ebacefdb782f036e99e7ed5342046c3a82380c2') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --sysconfdir=/etc make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR=${pkgdir} install }