           SPELL=gconf
         VERSION=1.0.9
          BRANCH=`echo $VERSION|cut -d . -f 1,2`
          SOURCE=GConf-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/GConf-$VERSION
   SOURCE_URL[0]=$GNOME_URL/sources/GConf/$BRANCH/$SOURCE
   SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/GConf/$BRANCH/$SOURCE
          MD5[0]=fd9c6e4e3ecac6872c22fd7e0a14fa95
        WEB_SITE=http://www.gnome.org
         ENTERED=20010922
         UPDATED=20020230
      LICENSE[0]=LGPL
       BUILD_API=2
           SHORT="System for storing configuration information"
cat << EOF
GConf is a system for storing configuration information, that is,
key-value pairs. GConf provides a notification service so applications
can be notified when a key's value is changed. GConf also allows for
pluggable storage mechanisms (text files, databases, etc.); allows
administrators to install default values; and allows application authors
to document their configuration keys for the benefit of administrators.
EOF
