Contents
$GNOME_PREFIX
/{include/gnome-keyring-1,
share/gtk-doc/html/gnome-keyring}
The libgnome-keyring package is a program that keep password and other secrets for users. The library libgnome-keyring is used by applications to integrate with the gnome keyring system.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnome-keyring/2.30/libgnome-keyring-2.30.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnome-keyring/2.30/libgnome-keyring-2.30.1.tar.bz2
Download MD5 sum: 11ce9e5ca66cf934e243ddd68f52adc9
Download size: 793 KB
Estimated disk space required: 6 MB
Estimated build time: 0.1 SBU
D-Bus GObject Bindings-0.6 (EggDBus), intltool-0.50.0, and libgcrypt-1.5.0
GTK-Doc-1.18 and Valgrind
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnome-keyring
The instructions below are based on installing the package into a
GNOME-2 environment. If, for whatever reason, you're installing
this package without having ORBit2 and the core GNOME-2 libraries
installed, you'll need to modify the --prefix=
parameter on the configure script to point to
your desired installation path (e.g., --prefix=/usr
).
Install libgnome-keyring by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
This package does not come with a test suite.
Now, as the root
user:
make install
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
$GNOME_PREFIX
/{include/gnome-keyring-1,
share/gtk-doc/html/gnome-keyring}
Last updated on 2010-08-16 09:03:18 +0000