           SPELL=glade
       # Version 0.6.3 & 0.6.4 are considered unstable
       # Version 0.6.2 doesn't compile, argh.
         VERSION=0.6.4
	  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_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
          MD5[0]='24b03dc6c4d5ec2e0a7caaa946900e79'
      MAINTAINER=jon-sven@frisurf.no
        WEB_SITE=http://glade.gnome.org
      LICENSE[0]=GPL
         ENTERED=20010922
         UPDATED=20020203
           SHORT="Glade is a GUI builder for GTK+ and GNOME."
cat << EOF
Glade is a GUI builder for GTK+ and GNOME. It stores projects in an XML
format and can generate C code from this meta-format. Additionally, the
meta-format can be converted to other languages via modules. For
example, glade-- can generate C++ code.
EOF
