1 # Contributor: Jack <nim901@gmail.com>
5 pkgdesc="Hspell-gui is a graphical front end to hspell , a Hebrew spell checker and linguistic analyzer, using the gnome-2.0 graphics library."
6 depends=('gtk2' 'hspell' 'libgnome')
7 url="http://hspell-gui.sourceforge.net/"
8 source=(http://dl.sourceforge.net/sourceforge/hspell-gui/$pkgname-$pkgver.tar.gz)
9 md5sums=(681be043d21cae57d84970c8704c4ba2)
12 cd $startdir/src/$pkgname-$pkgver
13 ./configure --prefix=/usr
15 make DESTDIR=$startdir/pkg install