packager="Great-OS Team"
maintainer="sipo"

description="High quality hyphenation and justification library based on the TeX hyphenation algorithm."
url="http://hunspell.sourceforge.net/"

name=hyphen
version=2.8.8
release=3

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

build() {

	cd $name-$version
	./configure --prefix=/usr \
                    --disable-static 
	make
}


package() {

	cd $name-$version
	make DESTDIR=$PKG install

# obsolet lib
rm $PKG/usr/lib/libhyphen.la
}
