academic/sword-data-kjv: Updated for version 1.8.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Tim Dickson 2018-01-13 19:10:30 +00:00 committed by Willy Sudiarto Raharjo
parent 0f3b649305
commit 9df0f5151f
3 changed files with 12 additions and 8 deletions

View File

@ -6,7 +6,7 @@ engine/library V1.7.0 or higher. This and many other bibles and
dictionaries can be downloaded from the www.crosswire.org web site. As dictionaries can be downloaded from the www.crosswire.org web site. As
this is packaging data only, it is platform independant. this is packaging data only, it is platform independant.
Go to www.crosswire.org/sword/modules/ to find more texts, Go to www.crosswire.org/sword/modules/ to find more texts,
dictionaries, commentaries and other related stuff which can be used dictionaries, commentaries and other related stuff which can be used
by the sword engine. by the sword engine.
@ -18,3 +18,4 @@ most sword based bible programs, such as bibletime or xiphos (gnomesword)
have a facility to download more content using their gui. have a facility to download more content using their gui.
Please Note: you need at least sword 1.7.0 or higher to read this data. Please Note: you need at least sword 1.7.0 or higher to read this data.
It has been tested with sword 1.7.0 1.7.5a1 and 1.8.1

View File

@ -2,7 +2,7 @@
# Slackware build script for sword-data-kjv # Slackware build script for sword-data-kjv
# Copyright 2015/6 Tim Dickson, email: tim at googlemail.com # Copyright 2015/6/8 Tim Dickson, email: tim at googlemail.com
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sword-data-kjv PRGNAM=sword-data-kjv
VERSION=${VERSION:-1.7.5} VERSION=${VERSION:-1.8.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -67,6 +67,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/slack-desc > $PKG/install/slack-desc

View File

@ -1,12 +1,12 @@
PRGNAM="sword-data-kjv" PRGNAM="sword-data-kjv"
VERSION="1.7.5" VERSION="1.8.1"
HOMEPAGE="http://www.crosswire.org/sword/modules/" HOMEPAGE="http://www.crosswire.org/sword/modules/"
DOWNLOAD="http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/KJV.zip \ DOWNLOAD="http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/KJV.zip \
http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/StrongsGreek.zip \ http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/StrongsGreek.zip \
http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/StrongsHebrew.zip" http://www.crosswire.org/ftpmirror/pub/sword/packages/rawzip/StrongsHebrew.zip"
MD5SUM="43b84512562a6b2406b34abf46fca4fa \ MD5SUM="43b84512562a6b2406b34abf46fca4fa \
2acde501e6a33e84feeeaa62f8e53d89 \ 2acde501e6a33e84feeeaa62f8e53d89 \
3cbbc69d7410efc9d1d7f6f6b30e3415" 3cbbc69d7410efc9d1d7f6f6b30e3415"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="sword" REQUIRES="sword"