diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-06 17:19:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:31 +0000 |
commit | a73f93b96d68e73f3a95bd25f47564a31538ed27 (patch) | |
tree | 09f5fa0f3cf8155e3c7854aa64d0333b944105d2 /testing/xapian-core | |
parent | 8834f0f79725428537602cd4e8dda96e907b406f (diff) | |
download | aports-a73f93b96d68e73f3a95bd25f47564a31538ed27.tar.bz2 aports-a73f93b96d68e73f3a95bd25f47564a31538ed27.tar.xz |
testing/xapian-core: specify license
Diffstat (limited to 'testing/xapian-core')
-rw-r--r-- | testing/xapian-core/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/xapian-core/APKBUILD b/testing/xapian-core/APKBUILD index c916fbf611..4d264daafe 100644 --- a/testing/xapian-core/APKBUILD +++ b/testing/xapian-core/APKBUILD @@ -2,17 +2,18 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> 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 |