#Packager: Dimitris Tzemos <dijemos~at~gmail~dot~com>

pkgname=hyphen
pkgver=2.8.8
pkgrel=1dj
source=("http://sourceforge.net/projects/hunspell/files/Hyphen/2.8/$pkgname-$pkgver.tar.gz")
docs=("AUTHORS" "ChangeLog" "COPYING" "INSTALL" "NEWS" "README" "THANKS" "TODO")
url="http://hunspell.sourceforge.net/"

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"hyphen (hyphenation library)"
"Hyphenation library to use converted TeX hyphenation pattern"
""
"Homepage: http://hunspell.sourceforge.net/"
)


build() {
	cd $startdir/src/$pkgname-$pkgver

	./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --disable-static \
  --build=$arch-slackware-linux
  
	make -j $numjobs || return 1
	make install DESTDIR=$startdir/pkg
} 
