           SPELL=libglade2
         VERSION=2.6.2
	  BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=libglade-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/libglade-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/libglade/$BRANCH/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
      LICENSE[0]=LGPL
        WEB_SITE=http://www.gnome.org
         ENTERED=20020509
        KEYWORDS="xml gnome2 libs"
           SHORT="libglade loads user interfaces from XML files"
cat << EOF
The Libglade library gives applications the ability to load user
interfaces from XML files at runtime. These interface files can
be created with the GLADE user interface builder. Libglade is also
capable of automatically connecting handlers to the signals defined in
the interface file.
EOF
