summaryrefslogtreecommitdiffstats
path: root/database/flamerobin/DETAILS
blob: d1ab41f6fc1345957b14b54d02c20bb7d9afcb9c (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
           SPELL=flamerobin
if [[ $FL_VER == svn ]];then
         VERSION=svn
   SOURCE_IGNORE=volatile
          SOURCE=$SPELL-$VERSION-src.tar.bz2
   SOURCE_URL[0]=svn_https://flamerobin.svn.sourceforge.net/svnroot/$SPELL/trunk/$SPELL:$SPELL
  FORCE_DOWNLOAD=on
else
         VERSION=0.9.2
     SOURCE_HASH=sha512:76eeecae759ab7aec817a4775fe185f982f6f50f5dec850b1fbb00b56239807867fe36568592e313315c0f02364c1986d9691e84d5fced2aedd85571d239f2be
          SOURCE=$SPELL-$VERSION-src.tar.gz
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION-src
        WEB_SITE=http://www.flamerobin.org
          LICENSE=EXPAT
             DOCS=""
          ENTERED=20040723
        KEYWORDS="firebird database administration"
SHORT="database administration tool for Firebird DBMS"
cat << EOF
FlameRobin is a database administration tool for Firebird DBMS.
 To goal is to build the tool that is:
 - lightweight (small footprint, fast execution)
 - cross-platform (Linux, Windows for start, others planned too)
 - dependant only on other open source software
EOF