Skip to content
Snippets Groups Projects
Commit d580059e authored by Andrea Scarpino's avatar Andrea Scarpino
Browse files

switch to igerman98 aspell dictionaries

parent e60c516c
No related branches found
Tags 20100727-1
No related merge requests found
......@@ -3,23 +3,33 @@
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=aspell-de
pkgver=20030222
pkgrel=3
pkgver=20100727
pkgrel=1
pkgdesc="German dictionary for aspell"
arch=('any')
url="http://aspell.net/"
url="http://j3e.de/ispell/igerman98/index.html"
license=('GPL2')
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-$pkgver-1.tar.bz2)
md5sums=('5950c5c8a36fc93d4d7616591bace6a6')
source=(http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2)
md5sums=('53a66eccaf15fa92d4e5085e7938ee69')
build() {
cd $srcdir/aspell6-de-$pkgver-1
./configure
make
cd ${srcdir}/igerman98-${pkgver}
LANGS="de_DE de_AT de_CH"
for l in ${LANGS}; do
make aspell/${l}.rws
done
}
package() {
cd $srcdir/aspell6-de-$pkgver-1
make DESTDIR=$pkgdir install
cd ${srcdir}/igerman98-${pkgver}/aspell
install -d ${pkgdir}/usr/lib/aspell-0.60
LANGS="de_DE de_AT de_CH"
for l in ${LANGS}; do
install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
${pkgdir}/usr/lib/aspell-0.60/
done
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment