summaryrefslogtreecommitdiff
path: root/aspell-uk/Pkgfile
blob: e1d4749c11544d540aab989df40da514e715580e (plain)
    1 # Description: Ukrainian dictionary for aspell
    2 # URL: http://aspell.net
    3 # Maintainer: Mikhail Kolesnik, mike at openbunker dot org
    4 # Packager: Oleksiy V. Khilkevich, centericq at ukr dot net
    5 # Depends on: aspell
    6 
    7 name=aspell-uk
    8 version=1.4.0-0
    9 release=1
   10 source=(ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-$version.tar.bz2)
   11 
   12 build() {
   13 	cd aspell6-uk-$version
   14 	./configure 
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit