           SPELL=qemulaunch
if [[ $QEMULAUNCH_SCM == y ]]; then
if [[ $QEMULAUNCH_SCM_AUTO == y ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=scm
fi
          SOURCE="${SPELL}-scm.tar.bz2"
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]=svn://svn.gna.org/svn/${SPELL}/${SOURCE}
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-scm"
else
         VERSION=1.7.3
             PKG=qemu-launcher
          SOURCE=${PKG}_${VERSION}.tar.gz
   SOURCE_URL[0]=http://download.gna.org/$SPELL/1.7.x/${SOURCE}
     SOURCE_HASH=sha512:f10dae19c628ef5038e75aaa51eb12f130e987b0a91f2f2aa5245a2f741beb3dc79e27295c8325994546e42bb9e02f422068408a3c653ed096a8ef6232f8aa70
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${PKG}-$VERSION"
fi
        WEB_SITE="http://emeitner.f2o.org/qemu_launcher"
      LICENSE[0]=GPL
         ENTERED=20070218
           SHORT="Qemu Launcher is a Gtk front-end for the Qemu emulator."
cat << EOF
Qemu Launcher provides a graphical front-end to all basic, and many advanced
QEMU computer emulator options. It allows you to create, save, and run
multiple virtual machine configurations, create and convert disk images.

Qemu Launcher utilizes the full system emulation mode of QEMU that allows
you to run unmodified operating system on virtual hardware.

Qemu Launcher also supports launching virtual machines from the command line,
by specifying the configuration name:

qemu-launcher 'Configuration name'

Note that you still need a graphical environment to do this, unless the
virtual machine is set to start in non-graphics mode.
EOF
