# Description: Spell checker and morphological analyzer library and program # URL: http://hunspell.sourceforge.net/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr name=hunspell version=1.3.2 release=1 source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --disable-static \ --with-ui \ --with-readline \ --with-experimental make make DESTDIR=$PKG install }