           SPELL=qgtkstyle
if [[ $QGTKSTYLE_VCS_AUTOUPDATE == y ]]
then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
          SOURCE=$SPELL-svn.tar.bz2
   SOURCE_URL[0]=svn://labs.trolltech.com/svn/styles/gtkstyle:$SPELL
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
      LICENSE[0]=GPL
        WEB_SITE=http://labs.trolltech.com/page/Projects/Styles/GtkStyle
         ENTERED=20080525
        KEYWORDS="qt gtk style"
           SHORT="A Qt style rendered using GTK"
cat << EOF
QGtkStyle is a Qt style rendered using GTK to give a native appearence
for Qt applications running on the GNOME desktop.
EOF
