# Description: Dutch dictionary for aspell # URL: http://aspell.net # Maintainer: Han Boetes # Depends on: aspell name=aspell-nl version=0.50-2 release=1 source="ftp://ftp.gnu.org/pub/gnu/aspell/dict/nl/$name-$version.tar.bz2" build () { cd $name-$version ./configure make make DESTDIR=$PKG install # This makes sh expand. set $PKG/usr/lib/aspell* ln -s nl.rws $1/nederlands }