opt/aspell-en/Pkgfile

17 lines
382 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: English dictionary for aspell
# URL: http://aspell.net
2008-07-11 09:29:19 +02:00
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
2006-02-23 16:26:10 +01:00
# Depends on: aspell
name=aspell-en
version=6.0-0
release=1
2006-09-24 13:01:54 +02:00
source=(http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build () {
cd aspell6-en-$version
./configure
make
make DESTDIR=$PKG install
}