contrib/aspell-uk/Pkgfile
2007-02-18 19:03:31 +02:00

18 lines
412 B
Plaintext

# Description: Ukrainian dictionary for aspell
# URL: http://aspell.net
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Oleksiy V. Khilkevich, centericq at ukr dot net
# Depends on: aspell
name=aspell-uk
version=1.3.1-0
release=0
source=(ftp://ftp.gnu.org/gnu/aspell/dict/uk/aspell6-uk-$version.tar.bz2)
build() {
cd aspell6-uk-$version
./configure
make
make DESTDIR=$PKG install
}