diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-06 17:11:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:31 +0000 |
commit | 8834f0f79725428537602cd4e8dda96e907b406f (patch) | |
tree | e8ee6adfdfccc5c1ea8b1b7343ef09aa56481d13 /testing | |
parent | 888fadb399486090fc37d7ba491b9ec2a42da721 (diff) | |
download | aports-8834f0f79725428537602cd4e8dda96e907b406f.tar.bz2 aports-8834f0f79725428537602cd4e8dda96e907b406f.tar.xz |
testing/xapian-omega: specify license
Diffstat (limited to 'testing')
-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" |