updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / hspell-gui / PKGBUILD
blobbd41bc1437a9efffd3a54e46a1d171efbd1bfe72
1 # Contributor: Jack <nim901@gmail.com>
2 pkgname=hspell-gui
3 pkgver=0.2.6
4 pkgrel=1
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)
11 build() {
12 cd $startdir/src/$pkgname-$pkgver
13 ./configure --prefix=/usr
14 make
15 make DESTDIR=$startdir/pkg install