diff options
Diffstat (limited to 'main/hunspell/APKBUILD')
-rw-r--r-- | main/hunspell/APKBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index ead098f1e..953567b09 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 |