summaryrefslogtreecommitdiff
path: root/aspell-en/Pkgfile
blob: 366703d16d30d493912e298d79bb9095ec71055a (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=7.1-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 }

Generated by cgit