From a73f93b96d68e73f3a95bd25f47564a31538ed27 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 6 Nov 2013 17:19:32 +0000 Subject: testing/xapian-core: specify license --- testing/xapian-core/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/xapian-core/APKBUILD b/testing/xapian-core/APKBUILD index c916fbf61..4d264daaf 100644 --- a/testing/xapian-core/APKBUILD +++ b/testing/xapian-core/APKBUILD @@ -2,17 +2,18 @@ # Maintainer: Francesco Colista pkgname=xapian-core pkgver=1.2.15 -pkgrel=0 +pkgrel=1 pkgdesc="Open source search engine library" url="http://www.xapian.org/" arch="all" -license="GPL" +license="GPL2+" depends="" depends_dev="zlib-dev libgcc e2fsprogs-dev libtool" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" source="http://oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.gz" + _builddir="$srcdir"/$pkgname-$pkgver prepare() { local i -- cgit v1.2.3