From 0dbc1c8d70d494d22eea7078e099a08c48c76585 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 6 Jul 2018 06:31:31 -0500 Subject: user/hunspell: bump and fix --- user/hunspell/APKBUILD | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 user/hunspell/APKBUILD (limited to 'user/hunspell') diff --git a/user/hunspell/APKBUILD b/user/hunspell/APKBUILD new file mode 100644 index 000000000..979afbf9f --- /dev/null +++ b/user/hunspell/APKBUILD @@ -0,0 +1,41 @@ +# Maintainer: +pkgname=hunspell +pkgver=1.6.2 +pkgrel=2 +pkgdesc="Spell checker and morphological analyzer library and program" +url="https://hunspell.github.io/" +arch="all" +license="GPL-2.0+ AND LGPL-2.0+ AND MPL-1.1" +subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" +makedepends="ncurses-dev autoconf automake libtool" +source="$pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v$pkgver.tar.gz" + +prepare() { + cd "$builddir" + default_prepare + autoreconf -vif +} + +build() { + cd "$builddir" + LIBS="-ltinfo" ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --with-ui \ + --disable-static \ + --without-included-gettext + make +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make -j1 DESTDIR="$pkgdir" install +} + +sha512sums="a23127f1271da95ac06a1fb2f57b659485e959567b61da05b2bb350684003a0fb7e882b5e524c465fd890f79f513ed03174f38611989a1c09081147c47d6da11 hunspell-1.6.2.tar.gz" -- cgit v1.2.3-60-g2f50