summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/gconf2/DETAILS
blob: ec5986df8c5cc3c28518bd998ce5ee518db2ea3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=gconf2
         VERSION=2.32.3
          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_GPG=gurus.gpg:$SOURCE.sig
      LICENSE[0]=LGPL
        WEB_SITE=http://www.gnome.org/projects/gconf/
         ENTERED=20020505
        KEYWORDS="gnome2 libs"
           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