contrib/aspell-nl/Pkgfile
2006-11-13 21:12:21 +01:00

20 lines
438 B
Plaintext

# Description: Dutch dictionary for aspell
# URL: http://aspell.net
# Maintainer: Han Boetes <han@mijncomputer.nl>
# 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
}