blob: 5427951e143d18af0657bad909d0926a981d9aa7 (
plain)
1 # Description: Spanish dictionary for aspell
2 # URL: http://aspell.net
3 # Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
4 # Depends on: aspell
5
6 name=aspell-es
7 version=1.11-2
8 release=1
9 source=(ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$version.tar.bz2)
10
11 build () {
12 cd aspell6-es-$version
13 ./configure
14 make
15 make DESTDIR=$PKG install
16 }
|