aspell-uk: initial import

This commit is contained in:
Mikhail Kolesnik 2007-01-02 17:43:26 +02:00
parent 90497be964
commit 5a460ff444
3 changed files with 29 additions and 0 deletions

11
aspell-uk/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/aspell-0.60/
-rw-r--r-- root/root usr/lib/aspell-0.60/koi8-u-nl.cmap
-rw-r--r-- root/root usr/lib/aspell-0.60/koi8-u-nl.cset
-rw-r--r-- root/root usr/lib/aspell-0.60/uk.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/uk.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/uk.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/uk_affix.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/ukrainian.alias
-rw-r--r-- root/root usr/lib/aspell-0.60/ukrainian.kbd

1
aspell-uk/.md5sum Normal file
View File

@ -0,0 +1 @@
f3ffe52d86b83a394ce29e88bd3ef9d2 aspell6-uk-1.1-0.tar.bz2

17
aspell-uk/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# 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
}