diff --git a/aspell-ru/.footprint b/aspell-ru/.footprint deleted file mode 100644 index fbcf00859..000000000 --- a/aspell-ru/.footprint +++ /dev/null @@ -1,11 +0,0 @@ -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 diff --git a/aspell-ru/.signature b/aspell-ru/.signature deleted file mode 100644 index f264dbf25..000000000 --- a/aspell-ru/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31PeA0UqvnD9eLBPkycqVx8l5GwG73u0Pyqdi4E4cnjAwx5rw4SY9v85ejG3pJayZ2AoscSTqEG4+LgLxNO57Ag= -SHA256 (Pkgfile) = 2059601db7234483e8647d2ad043ce534a4b79f7508477d7d8b9035bed8d90c5 -SHA256 (.footprint) = cb9972e2d0610900fba1c6429c2a61a2b2a738369a25f9ce853537856f92db54 -SHA256 (aspell6-ru-0.99f7-1.tar.bz2) = 5c29b6ccce57bc3f7c4fb0510d330446b9c769e59c92bdfede27333808b6e646 diff --git a/aspell-ru/Pkgfile b/aspell-ru/Pkgfile deleted file mode 100644 index d51206096..000000000 --- a/aspell-ru/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Russian dictionary for aspell -# URL: http://aspell.net -# Maintainer: UNMAINTAINED -# 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 -}