blob: 9c8cd19d719053eb7c769a9f57d7d334953d63dc (
plain)
1 # Description: English dictionary for aspell
2 # URL: http://aspell.net
3 # Maintainer: Juergen Daubert, jue at crux dot nu
4 # Depends on: aspell
5
6 name=aspell-en
7 version=2017.08.24-0
8 release=1
9 source=(http://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$version.tar.bz2)
10
11 build () {
12 cd aspell6-en-$version
13 ./configure
14 make
15 make DESTDIR=$PKG install
16 }
|