opt/aspell-en/Pkgfile
2006-09-24 11:01:54 +00:00

17 lines
381 B
Plaintext

# Description: English dictionary for aspell
# URL: http://aspell.net
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Depends on: aspell
name=aspell-en
version=6.0-0
release=1
source=(http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$version.tar.bz2)
build () {
cd aspell6-en-$version
./configure
make
make DESTDIR=$PKG install
}