           SPELL=k3b4
          SPELLX=k3b
if [[ $K3B_VER == devel ]];then
         VERSION=svn
   SOURCE_IGNORE=volatile
          SOURCE=${SPELLX}-${VERSION}.tar.bz2
   SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/$SPELLX:$SPELLX
  FORCE_DOWNLOAD=1
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
else
         VERSION=1.69.0alpha4
     SOURCE_HASH=sha512:c185427b32abbd0e0cebea1f798b11ab6edb04ddeb8d6c911813f4fa60bd8f56643c0ac7307bde586555534c39e79735dd5fd9cb5c261d24c5df66a5d72086a2
          SOURCE=${SPELLX}-${VERSION}.tar.bz2
   SOURCE_URL[0]=${SOURCEFORGE_URL}/k3b/${SOURCE}
#      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-${VERSION//alpha?}"
fi
        WEB_SITE=http://k3b.plainblack.com
         ENTERED=20080501
      LICENSE[0]=GPL
        KEYWORDS="burning dvd disk kde4"
           SHORT="A KDE4 frontend for burning CD's and DVD's"
cat << EOF
K3b is a GUI frontend to the cd recording programs cdrdao and cdrecord. It's 
aim is to provide a very user friendly interface to all the tasks that come 
with cd and dvd recording.
EOF
