academic/sword-data-kjv: Updated for version 1.8.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0f3b649305
commit
9df0f5151f
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue