# Description:	Advanced spell checker
# URL:		http://hunspell.sourceforge.net/
# Maintainer:	Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on:

name=hunspell
version=1.3.2
release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure \
		--prefix=/usr \
		--disable-nls
	make
	make prefix=$PKG/usr install

	rm -rf $PKG/usr/share/man/hu
	mv $PKG/usr/share/man $PKG/usr/man
	rmdir $PKG/usr/share
}
