18 lines
415 B
Plaintext
18 lines
415 B
Plaintext
|
# Description: Ukrainian Aspell dictionary
|
||
|
# URL: http://aspell.sourceforge.net/
|
||
|
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
||
|
# Packager: Oleksiy V. Khilkevich, centericq at ukr.net
|
||
|
# Depends on: aspell
|
||
|
|
||
|
name=aspell-uk
|
||
|
version=1.1-0
|
||
|
release=1
|
||
|
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
|
||
|
}
|