           SPELL=qjackctl
if [[ $QJCTL_VCS == y ]]
then
  if [[ $QJCTL_VCS_AUTOUPDATE == y ]]
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
   SOURCE_URL[0]=cvs://:pserver:anonymous@qjackctl.cvs.sourceforge.net:/cvsroot/qjackctl:qjackctl
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.3.5
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:f6ad2ae22ca4101c9f1f72ebb68a04b70c5a8595c4fc75a67b1f6d2799ab996dc216a361bb0e3daab31dd3d0eb4287f06a35b8d11354316458a6ab89ca34c77c

fi
        WEB_SITE=http://qjackctl.sf.net
         ENTERED=20031215
      LICENSE[0]=GPL
        KEYWORDS="jack qt tools audio"
           SHORT="A Qt application to control the JACK sound server daemon."
cat << EOF
QjackCtl is a simple Qt application to control the JACK sound server daemon,
specific for the Linux Audio Desktop infrastructure.
Written in C++ around the Qt4 toolkit for X11, most exclusively using Qt
Designer.
Provides a simple GUI dialog for setting several JACK daemon parameters,
which are properly saved between sessions, and a way control of the status
of the audio server daemon. With time, this primordial interface has become
richer by including a enhanced patchbay and connection control features.
EOF
