# Description: German dictionary for aspell # URL: http://aspell.net # Maintainer: Vincenzo Colosimo, vico at bicisport dot de # Packager: Daniel Mueller , danm at gmx dot li # Depends on: aspell name=aspell-de version=20030222 release=1 source=(ftp://ftp.gnu.org/gnu/aspell/dict/de/aspell6-de-${version}-1.tar.bz2) build () { cd aspell6-de-$version-1 ./configure make make DESTDIR=$PKG install }