# Maintainer: Natanael Copa pkgname=hunspell pkgver=1.2.8 pkgrel=0 pkgdesc="Spell checker and morphological analyzer library and program" url="http://hunspell.sourceforge.net/" license="GPL LGPL MPL" subpackages="$pkgname-dev $pkgname-doc" depends="libgcc uclibc++" makedepends="uclibc++-dev" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" build () { cd "$srcdir/hunspell-$pkgver" export CXX="${CXX_UC:-g++-uc}" ./configure --prefix=/usr --disable-static || return 1 make || return 1 make DESTDIR="$pkgdir" install || return 1 rm -rf "$pkgdir"/usr/share/locale/locale.alias } md5sums="1177af54a09e320d2c24015f29c3a93e hunspell-1.2.8.tar.gz"