The GNOME Keyring package contains a daemon that keeps passwords and other secrets for users.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.4/gnome-keyring-3.4.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.4/gnome-keyring-3.4.1.tar.xz
Download MD5 sum: 607b334b43300465d18676dbc4d97de9
Download size: 1.1 MB
Estimated disk space required: 100 MB
Estimated build time: 1.0 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gnome-keyring
Install GNOME Keyring by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-pam-dir=/lib/security \
--with-root-certs=/etc/ssl/certs &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--with-pam-dir=/lib/security: This
parameter specifies where the pam modules will be installed: you
can omit this if you have not installed Linux-PAM.
--with-root-certs=/etc/ssl/certs:
This parameter specifies where the trusted root certificates are
located.
Last updated on 2012-05-16 16:39:28 +0000