From 98bb460331eb817cac2aa39aaf35bd794ad48d97 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sun, 23 Apr 2000 14:58:19 +0000 Subject: Install rispell script Move dicts to proper locations Add WWW --- russian/rispell/Makefile | 3 ++- russian/rispell/files/patch-ac | 2 +- russian/rispell/files/rispell.sh | 3 +++ russian/rispell/pkg-descr | 2 ++ russian/rispell/pkg-plist | 5 +++-- 5 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 russian/rispell/files/rispell.sh diff --git a/russian/rispell/Makefile b/russian/rispell/Makefile index c9ec996cf37d..af5227f42c65 100644 --- a/russian/rispell/Makefile +++ b/russian/rispell/Makefile @@ -19,6 +19,7 @@ WRKSRC= ${WRKDIR}/russian-ispell do-install: cd ${WRKSRC} && \ - ${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/lib + ${INSTALL_DATA} russian.hash russian.aff ${PREFIX}/share/ispell + ${INSTALL_SCRIPT} ${FILESDIR}/rispell.sh ${PREFIX}/bin/rispell .include diff --git a/russian/rispell/files/patch-ac b/russian/rispell/files/patch-ac index cb60812ac08f..178b7f870919 100644 --- a/russian/rispell/files/patch-ac +++ b/russian/rispell/files/patch-ac @@ -4,7 +4,7 @@ -ELISP_DIR = /usr/share/emacs/site-lisp -ISPELL_DIR = /usr/lib/ispell +ELISP_DIR = NOTYET/usr/share/emacs/site-lisp -+ISPELL_DIR = ${PREFIX}/lib ++ISPELL_DIR = ${PREFIX}/share/ispell KITDIR = ../save-kostya-dict diff --git a/russian/rispell/files/rispell.sh b/russian/rispell/files/rispell.sh new file mode 100644 index 000000000000..1365a904aee7 --- /dev/null +++ b/russian/rispell/files/rispell.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec ispell -d russian $* diff --git a/russian/rispell/pkg-descr b/russian/rispell/pkg-descr index 4aa4fc2cab28..926e6d4e070b 100644 --- a/russian/rispell/pkg-descr +++ b/russian/rispell/pkg-descr @@ -1 +1,3 @@ Russian (KOI8-R) dictionary for ISPELL + +WWW: http://www.ispras.ru/~knizhnik/ diff --git a/russian/rispell/pkg-plist b/russian/rispell/pkg-plist index 4f37d4526ea9..b2173c78d351 100644 --- a/russian/rispell/pkg-plist +++ b/russian/rispell/pkg-plist @@ -1,2 +1,3 @@ -lib/russian.hash -lib/russian.aff +bin/rispell +share/ispell/russian.hash +share/ispell/russian.aff -- cgit v1.2.3