updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git] / ispell-de / PKGBUILD
blob8341d5c007f07575d97b67617f2dcc8370507384
1 # Contributor: Johannes Schriewer <jschriewer@arcor.de>
2 pkgname=ispell-de
3 pkgver=2.0
4 pkgrel=1
5 pkgdesc="German dictionary for ispell."
6 url="ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/hk2-deutsch.tar.gz"
7 depends=('ispell')
8 source=(ftp://ftp.informatik.uni-kiel.de/pub/kiel/dicts/hk2-deutsch.tar.gz)
9 md5sums=('7fa72ab88d3ef466e35cf0721140b8ec')
11 build() {
12   cd $startdir/src
13   make || return 1
14   mkdir -p "$startdir/pkg/usr/lib/ispell"
15   cp "$startdir/src/deutsch.aff" "$startdir/pkg/usr/lib/ispell/"
16   cp "$startdir/src/deutsch.hash" "$startdir/pkg/usr/lib/ispell/"