# Maintainer: Natanael Copa pkgname=hunspell pkgver=1.6.1 pkgrel=0 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 ncurses-dev readline-dev autoconf automake libtool" source="$pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v$pkgver.tar.gz " builddir="$srcdir"/$pkgname-$pkgver prepare() { cd "$builddir" default_prepare autoreconf -vif } build() { cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ --with-ui \ --with-readline \ --disable-static \ --without-included-gettext make } package() { cd "$builddir" make -j1 DESTDIR="$pkgdir" install } sha512sums="39b096ec1f5226f13eaf241647fc9b49a6dad04945ae0bcdc61ba845d66d67d64a72ba4287b6f376b5ad053b5d0e1d42a42415c30521c50693f0544718029458 hunspell-1.6.1.tar.gz"