           SPELL=zenity
         VERSION=2.30.0
	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GPL
        WEB_SITE=http://www.gnome.org
         ENTERED=20030901
        KEYWORDS="gnome2 libs"
           SHORT="Display dialog boxes from the command line and shell script"
cat << EOF
Zenity is a tool that allows you to display Gtk+ dialog boxes 
from the command line and through shell scripts. It is similar 
to gdialog, but is intended to be saner. It comes from the same 
family as dialog, Xdialog, and cdialog, but it surpasses those 
projects by having a cooler name.
EOF
