academic/bibletime: Updated for version 2.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6b3552d817
commit
c43faaa585
|
@ -1,3 +1,5 @@
|
||||||
BibleTime is a Bible study application for Linux. It is based on the K Desktop
|
BibleTime is a Bible study application for Linux. It is based on the K Desktop
|
||||||
Environment and uses the Sword programming library to work with Bible texts,
|
Environment and uses the Sword programming library to work with Bible texts,
|
||||||
commentaries, dictionaries, and books provided by the Crosswire Bible Society.
|
commentaries, dictionaries, and books provided by the Crosswire Bible Society.
|
||||||
|
|
||||||
|
This version requires sword version 1.7.0 or higher
|
||||||
|
|
|
@ -26,9 +26,10 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
# Modified by Robert Delahunt [twinreverb[at]puresimplicity.net
|
# Modified by Robert Delahunt [twinreverb[at]puresimplicity.net
|
||||||
|
# Modified by Tim Dickson (dickson.tim@googlemail.com)
|
||||||
|
|
||||||
PRGNAM=bibletime
|
PRGNAM=bibletime
|
||||||
VERSION=${VERSION:-2.9.2}
|
VERSION=${VERSION:-2.10.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -65,7 +66,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar -xJvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="bibletime"
|
PRGNAM="bibletime"
|
||||||
VERSION="2.9.2"
|
VERSION="2.10.1"
|
||||||
HOMEPAGE="http://www.bibletime.info/"
|
HOMEPAGE="http://www.bibletime.info/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.9.2.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.10.1.tar.xz"
|
||||||
MD5SUM="734143f3ee5deb3e0dd1639538ab0098"
|
MD5SUM="ef4d189d53fd1608c56f4827947ffcf0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="sword"
|
REQUIRES="sword"
|
||||||
MAINTAINER="Robert Delahunt"
|
MAINTAINER="Tim Dickson"
|
||||||
EMAIL="delahunt@puresimplicity.net"
|
EMAIL="dickson.tim@googlemail.com"
|
||||||
|
|
Loading…
Reference in New Issue