summaryrefslogtreecommitdiffstats
path: root/testing/xapian-omega
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-11-06 17:11:14 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:31 +0000
commit8834f0f79725428537602cd4e8dda96e907b406f (patch)
treee8ee6adfdfccc5c1ea8b1b7343ef09aa56481d13 /testing/xapian-omega
parent888fadb399486090fc37d7ba491b9ec2a42da721 (diff)
downloadaports-8834f0f79725428537602cd4e8dda96e907b406f.tar.bz2
aports-8834f0f79725428537602cd4e8dda96e907b406f.tar.xz
testing/xapian-omega: specify license
Diffstat (limited to 'testing/xapian-omega')
-rw-r--r--testing/xapian-omega/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/xapian-omega/APKBUILD b/testing/xapian-omega/APKBUILD
index 2ffe7767b..c003caa71 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"