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.7 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.14/gnome-keyring-3.14.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gnome-keyring/3.14/gnome-keyring-3.14.0.tar.xz
Download MD5 sum: ac3e041a7ae9624f6ed9956fd63b57da
Download size: 1.2 MB
Estimated disk space required: 93 MB (additional 1 MB for tests)
Estimated build time: 0.7 SBU (additional 0.2 SBU for tests)
Linux-PAM-1.1.8 and libxslt-1.1.28
libcap-ng, GnuPG-2.0.26, OpenSSH-6.7p1 and Valgrind-3.10.1
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 && make
A session bus address is necessary to run the tests. To test the results, issue: make -k check. Some tests fail for unknown reasons.
Now, as the root
user:
make install
--with-pam-dir=/lib/security
: This
switch specifies where the PAM module will be installed.
Last updated on 2015-02-28 20:47:03 -0800