updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / aspell-he / PKGBUILD
blob0e81c24aab70f98109070d31134b82cf4bf92495
1 # Contributor: Jack <nim901@gmail.com>
2 pkgname=aspell-he
3 pkgver=1.0
4 pkgrel=2
5 pkgdesc="Hebrew dictionary for aspell"
6 url="http://aspell.net/"
7 license="GPL"
8 depends=('aspell')
9 source=(ftp://ftp.gnu.org/gnu/aspell/dict/he/aspell6-he-${pkgver}-0.tar.bz2)
10 md5sums=('71791e0299787391d2ace1c850b5b434')
12 build() {
13   cd $startdir/src/aspell6-he-${pkgver}-0
14   ./configure
15   /usr/bin/make || return 1
16   /usr/bin/make DESTDIR=$startdir/pkg install