1 # Maintainer: Juergen Fickel <steinpfeffer at gmx dot de>
6 pkgdesc="Esperanto dictionary for aspell"
8 url="http://aspell.net/"
11 source=(ftp://ftp.gnu.org/gnu/aspell/dict/eo/aspell6-eo-$pkgver-2.tar.bz2)
12 md5sums=('455719c49ffeb51b204767de6e1d9ef6')
15 cd $srcdir/aspell6-eo-$pkgver-2
16 ./configure || return 1
18 make DESTDIR=$pkgdir install || return 1