Browse Source
office/hunspell-de: Fix email.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/67/head
Johannes Schoepfer
6 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
11 additions and
10 deletions
-
office/hunspell-de/hunspell-de.SlackBuild
-
office/hunspell-de/hunspell-de.info
|
|
|
@ -50,15 +50,16 @@ find -L . \ |
|
|
|
|
|
|
|
make hunspell/de_DE.aff hunspell/de_DE.dic hunspell/de_AT.aff hunspell/de_AT.dic hunspell/de_CH.aff hunspell/de_CH.dic |
|
|
|
|
|
|
|
pushd hunspell |
|
|
|
install -dm755 $PKG/usr/share/hunspell |
|
|
|
install -m644 de_*.dic de_*.aff $PKG/usr/share/hunspell |
|
|
|
install -dm755 $PKG/usr/share/myspell/dicts |
|
|
|
cd $PKG/usr/share/myspell/dicts |
|
|
|
for file in $PKGDIR/usr/share/hunspell/*; do |
|
|
|
ln -sv ../../hunspell/$(basename $file) . |
|
|
|
done |
|
|
|
popd |
|
|
|
cd hunspell |
|
|
|
install -dm755 $PKG/usr/share/hunspell |
|
|
|
install -m644 de_*.dic de_*.aff $PKG/usr/share/hunspell |
|
|
|
install -dm755 $PKG/usr/share/myspell/dicts |
|
|
|
cd $PKG/usr/share/myspell/dicts |
|
|
|
for file in $PKGDIR/usr/share/hunspell/*; do |
|
|
|
ln -sv ../../hunspell/$(basename $file) . |
|
|
|
done |
|
|
|
cd .. |
|
|
|
cd .. |
|
|
|
|
|
|
|
mkdir $PKG/install |
|
|
|
cat $CWD/slack-desc > $PKG/install/slack-desc |
|
|
|
|
|
|
|
@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Johannes Schoepfer" |
|
|
|
EMAIL="slackbuilds[at]schoepfer[dot]info" |
|
|
|
EMAIL="slackbuilds@schoepfer.info" |