summaryrefslogtreecommitdiffstats
path: root/collab/gollem/DETAILS
blob: 193c2a0b1c1191072e3a68bd47c4faa55b012142 (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
28
29
30
31
           SPELL=gollem
if  [[  "$HORDE_DEVEL"  ==  'y'  ]];  then
  if  [[  "$HORDE_DEVEL_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=cvs://:pserver:cvsread:horde@anoncvs.horde.org:/repository:$SPELL:HEAD
   SOURCE_IGNORE='volatile'
  FORCE_DOWNLOAD='on'
else
         VERSION=1.1
#     SOURCE_HASH='sha512:2fcc973b787643ac173023a59f5ed020e7345ff45571e7d946a6484531a2e1603b8d4f32871695fb99200014c429c21bc24aedcbb80ce15f867af5c21ea306cf'
          SOURCE=$SPELL-h3-$VERSION.tar.gz
      SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-h3-$VERSION
   SOURCE_URL[0]=ftp://ftp.horde.org/pub/$SPELL/$SOURCE
fi
        WEB_SITE=http://www.horde.org/$SPELL/
         ENTERED=20020718
      LICENSE[0]=GPL
     GATHER_DOCS=off
        KEYWORDS="horde collab"
           SHORT='Horde is a web-based file manager application'
cat << EOF
Gollem is a web-based File Manager, providing the ability to fully manage a
hierarchical file system stored in a variety of backends such as a SQL database,
as part of a real filesystem, or on an FTP server.
EOF