diff options
Diffstat (limited to 'testing/xapian-omega/APKBUILD')
-rw-r--r-- | testing/xapian-omega/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/xapian-omega/APKBUILD b/testing/xapian-omega/APKBUILD index 2ffe7767b5..c003caa717 100644 --- a/testing/xapian-omega/APKBUILD +++ b/testing/xapian-omega/APKBUILD @@ -2,17 +2,18 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=xapian-omega pkgver=1.2.15 -pkgrel=1 +pkgrel=2 pkgdesc="Indexers and CGI search frontend for Xapian" url="http://www.xapian.org/" arch="all" -license="GPL2" +license="GPL2+" depends="" depends_dev="xapian-core-dev perl-dev pcre-dev zlib-dev" makedepends="$depends_dev" install="" subpackages="$pkgname-doc" source="http://oligarchy.co.uk/xapian/${pkgver}/$pkgname-$pkgver.tar.gz" + _builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$_builddir" |