2006-02-23 15:26:10 +00:00
|
|
|
# Description: English dictionary for aspell
|
|
|
|
# URL: http://aspell.net
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2006-02-23 15:26:10 +00:00
|
|
|
# Depends on: aspell
|
|
|
|
|
|
|
|
name=aspell-en
|
2020-12-08 09:45:00 +01:00
|
|
|
version=2020.12.07-0
|
2006-02-23 15:26:10 +00:00
|
|
|
release=1
|
2019-10-08 15:21:56 +02:00
|
|
|
source=(https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$version.tar.bz2)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd aspell6-en-$version
|
|
|
|
./configure
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|