diff options
Diffstat (limited to 'main/hunspell/APKBUILD')
-rw-r--r-- | main/hunspell/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/hunspell/APKBUILD b/main/hunspell/APKBUILD index 412a6c9826..1fc8ff900d 100644 --- a/main/hunspell/APKBUILD +++ b/main/hunspell/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hunspell pkgver=1.3.4 -pkgrel=0 +pkgrel=1 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.github.io/" arch="all" license="GPL2+ LGPL2+ MPL 1.1" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" depends="" -makedepends="gettext-dev" +makedepends="gettext-dev ncurses-dev readline-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v$pkgver.tar.gz " @@ -28,6 +28,8 @@ build() { --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ + --with-ui \ + --with-readline \ --disable-static \ --without-included-gettext \ || return 1 |