           SPELL=fluxbox
if [  "$FLUXBOX_SVN"  ==  "y"  ];  then

  if [[ "${FLUXBOX_SVN_AUTOUPDATE}" == "y" ]]
  then   VERSION=$(date +%Y%m%d) && FORCE_DOWNLOAD=on
  else   VERSION=svn
  fi

          SOURCE=$SPELL-svn.tar.bz2
   SOURCE_URL[0]=svn://svn.berlios.de/fluxbox/trunk:fluxbox
   SOURCE_IGNORE=volatile
else
         VERSION=0.9.14
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:f4df8b17c08d224ec0609526f98fe09fc063d3e6cfe482d7f23583d0f2b299c16a8a2ecc249db78ba32cf92c8467a390f0dd2ead2aae49e201721d5a17076092
fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.fluxbox.org
         ENTERED=20011210
         UPDATED=20040405
      LICENSE[0]=MIT
       BUILD_API=2
           SHORT="Yet another windowmanager!"
cat << EOF
Fluxbox is yet another windowmanager for X.
It's based on the Blackbox 0.61.1 code. Fluxbox looks like blackbox and handles styles, colors, window placement and similar thing exactly like blackbox (100% theme/style compability).
EOF
