1
0
forked from ports/contrib

aspell-ru: initial import

This commit is contained in:
Mikhail Kolesnik 2007-01-02 17:42:33 +02:00
parent aebd5051b4
commit 90497be964
3 changed files with 29 additions and 0 deletions

11
aspell-ru/.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/ru-ye.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-ye.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yeyo.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yo.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru-yo.rws
-rw-r--r-- root/root usr/lib/aspell-0.60/ru.dat
-rw-r--r-- root/root usr/lib/aspell-0.60/ru.multi
-rw-r--r-- root/root usr/lib/aspell-0.60/ru_affix.dat

1
aspell-ru/.md5sum Normal file
View File

@ -0,0 +1 @@
c4c98eaa5e77ad3adccbc5c96cb57cb3 aspell6-ru-0.99f7-1.tar.bz2

17
aspell-ru/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Russian dictionary for aspell
# URL: http://aspell.net
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Evgeny Kozhemyakin, evg at net21 dot ru
# Depends on: aspell
name=aspell-ru
version=0.99f7-1
release=1
source=(http://mirrors.sunsite.dk/gnu/aspell/dict/ru/aspell6-ru-$version.tar.bz2)
build () {
cd aspell6-ru-$version
./configure
make
make DESTDIR=$PKG install
}