Browse Source

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

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
pull/47/head
Tim Dickson 8 years ago
committed by Willy Sudiarto Raharjo
parent
commit
9df0f5151f
  1. 3
      academic/sword-data-kjv/README
  2. 7
      academic/sword-data-kjv/sword-data-kjv.SlackBuild
  3. 10
      academic/sword-data-kjv/sword-data-kjv.info

3
academic/sword-data-kjv/README

@ -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
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
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.
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

7
academic/sword-data-kjv/sword-data-kjv.SlackBuild

@ -2,7 +2,7 @@
# 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.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sword-data-kjv
VERSION=${VERSION:-1.7.5}
VERSION=${VERSION:-1.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,6 +67,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-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
cat $CWD/slack-desc > $PKG/install/slack-desc

10
academic/sword-data-kjv/sword-data-kjv.info

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

Loading…
Cancel
Save