contrib/aspell-es/Pkgfile

17 lines
350 B
Plaintext
Raw Normal View History

2008-03-27 20:57:57 -04:30
# Description: Spanish dictionary for aspell
2011-08-12 15:02:29 +09:00
# URL: http://aspell.net
2008-03-27 20:57:57 -04:30
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: aspell
name=aspell-es
2011-08-12 15:02:29 +09:00
version=1.11-2
release=1
source=(ftp://ftp.gnu.org/gnu/aspell/dict/es/aspell6-es-$version.tar.bz2)
2008-03-27 20:57:57 -04:30
build () {
2011-08-12 15:02:29 +09:00
cd aspell6-es-$version
2008-03-27 20:57:57 -04:30
./configure
make
make DESTDIR=$PKG install
}