aboutsummaryrefslogtreecommitdiffstats
path: root/main/hunspell
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-12-21 21:14:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-03-03 13:03:40 +0000
commit47938af9317f3d26e32c48f99849bacdd003d0a0 (patch)
tree7b2cbfa8aa43bc7132669c287f95ae6cc7351eb5 /main/hunspell
parent9aaeb050b9a17ad9c8d0e78b7616d5475ffbb66d (diff)
downloadaports-47938af9317f3d26e32c48f99849bacdd003d0a0.tar.bz2
aports-47938af9317f3d26e32c48f99849bacdd003d0a0.tar.xz
main/hunspell:specify licenses
Diffstat (limited to 'main/hunspell')
-rw-r--r--main/hunspell/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD
index ead098f1ec..953567b09a 100644
--- a/main/hunspell/APKBUILD
+++ b/main/hunspell/APKBUILD
@@ -1,20 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hunspell
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Spell checker and morphological analyzer library and program"
url="http://hunspell.sourceforge.net/"
arch="all"
-license="GPL LGPL MPL"
-subpackages="$pkgname-dev $pkgname-doc"
-depends=
+license="GPL2+ LGPL2+ MPL 1.1"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
+depends=""
makedepends="gettext-dev"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
- fix-includes.patch
- "
-
-_builddir="$srcdir/$pkgname-$pkgver"
+ fix-includes.patch"
+_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
update_config_sub || return 1