summaryrefslogtreecommitdiffstats
path: root/utils/bibletime4/DETAILS
blob: 29fe0b81f5cffe571cd3cb7911bf7d09fb47e83a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
. "$GRIMOIRE/FUNCTIONS"
           SPELL=bibletime4
          SPELLX=bibletime
if [[ $BIBLETIME4_BRANCH == scm ]]; then
         VERSION=$(get_scm_version)
          SOURCE=$SPELLX-$VERSION.tar.bz2
   SOURCE_URL[0]=git://gitorious.org/$SPELLX/$SPELLX.git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=2.9.2
          SOURCE=$SPELLX-$VERSION.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELLX/$SOURCE
     SOURCE_HASH=sha512:5124f4beed75d880b6e2cae3ce0bfa37546271e683f90d6ff4ef60bd6aa17a3fa6f2fbf2b1940176f686a6f03b54986ed86411e15b8bc8aa886eda46b43d7ddf
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
        WEB_SITE=http://www.$SPELLX.info
         ENTERED=20090305
         LICENSE=GPL
           SHORT="Bible study program for KDE 4 based on the SWORD project"
cat << EOF
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.
EOF