contrib/aspell-uk/Pkgfile

18 lines
412 B
Plaintext
Raw Normal View History

2007-01-14 17:13:18 +01:00
# Description: Ukrainian dictionary for aspell
# URL: http://aspell.net
2007-01-02 16:43:26 +01:00
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
2007-01-03 16:58:40 +01:00
# Packager: Oleksiy V. Khilkevich, centericq at ukr dot net
2007-01-02 16:43:26 +01:00
# Depends on: aspell
name=aspell-uk
2007-06-24 08:48:53 +02:00
version=1.4.0-0
release=1
2007-01-02 16:43:26 +01:00
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
}