           SPELL=gtkdialog
         VERSION=0.8.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
     SOURCE_HASH=sha512:b098b63e5255c721258f6206aee361ff204875178b013c8873880ab81dd8a59469a2d211603d97e497b0f18d32663ef0e7ee1a99946511bdd8ce413a3d834cf7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=http://code.google.com/p/gtkdialog/
      LICENSE[0]=GPL
         ENTERED=20080314
           SHORT="A GUI creation system for any language interpreter."
cat << EOF
gtkdialog is a GUI creation utility that can be used with an arbitrary
interpreter. It enables the programmer to describe a graphical user interface
in a simple XML language, and create callbacks with any interpreter that
supports either files, standard I/O, or environment variables. It can be
called as an external program from the interpreter, but can be used as a
stand-alone framework for the application as well. Stand-alone, bash, and
awk examples are provided.
EOF
