summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gconf/DETAILS
blob: da2a8e2202f5d9c8c7b9c25473343166f16b1a46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           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_HASH=sha512:225a5ea2a44db82f25821b9623333a0360e2ce1408d2fd371dd4764f6cfc9c198102de1247334be1c1b8627bb73fe8553dc0f49a8c126415bad06232be0065b3
        WEB_SITE=http://www.gnome.org
         ENTERED=20010922
         UPDATED=20020230
      LICENSE[0]=LGPL
        KEYWORDS="gnome1 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