           SPELL=blackbox

if [  "${BLACKBOX_CVS}" == "y"  ] ; then
         VERSION=$(date +%Y%m%d)
          SOURCE=${SPELL}-cvsroot.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-cvsroot
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/blackboxwm:blackbox
   SOURCE_IGNORE=cvs
  FORCE_DOWNLOAD=on

else
         VERSION=0.70.0
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=${SOURCEFORGE_URL}/blackboxwm/$SOURCE
   SOURCE_URL[1]=http://download.sourcemage.org/mirror/$SOURCE
     SOURCE_HASH=sha1:ff0be1957429ee678b4dbc4333a613a437007a43
fi
        WEB_SITE=http://blackboxwm.sourceforge.net
         ENTERED=20010922
         UPDATED=20050228
      LICENSE[0]=BSD
       BUILD_API=2
           SHORT="X11 window manager."
cat << EOF
Blackbox is yet another addition to the list of window managers for X.
It is written in C++, sharing no common code with any other window
manager (even though the graphics implementation is similar to that of
WindowMaker). It features small code size, a fast interface with simple
menus, multiple workspaces, and decorated windows , built-in graphics
code to render solids, gradients and bevels on the fly when needed, and
more.
EOF
