contrib/aspell-es/Pkgfile

17 lines
350 B
Plaintext
Raw Normal View History

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