mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
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
3 changed files with 10 additions and 7 deletions
|
@ -1,3 +1,5 @@
|
|||
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,
|
||||
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.
|
||||
|
||||
# Modified by Robert Delahunt [twinreverb[at]puresimplicity.net
|
||||
# Modified by Tim Dickson (dickson.tim@googlemail.com)
|
||||
|
||||
PRGNAM=bibletime
|
||||
VERSION=${VERSION:-2.9.2}
|
||||
VERSION=${VERSION:-2.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,7 +66,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar -xJvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
|
||||
chown -R root:root .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="bibletime"
|
||||
VERSION="2.9.2"
|
||||
VERSION="2.10.1"
|
||||
HOMEPAGE="http://www.bibletime.info/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.9.2.tar.bz2"
|
||||
MD5SUM="734143f3ee5deb3e0dd1639538ab0098"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/bibletime/bibletime-2.10.1.tar.xz"
|
||||
MD5SUM="ef4d189d53fd1608c56f4827947ffcf0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="sword"
|
||||
MAINTAINER="Robert Delahunt"
|
||||
EMAIL="delahunt@puresimplicity.net"
|
||||
MAINTAINER="Tim Dickson"
|
||||
EMAIL="dickson.tim@googlemail.com"
|
||||
|
|
Loading…
Reference in a new issue