Seahorse is a graphical interface for managing and using encryption keys. Currently it supports PGP keys (using GPG/GPGME) and SSH keys.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse/3.9/seahorse-3.9.91.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/seahorse/3.9/seahorse-3.9.91.tar.xz
Download MD5 sum: e7f9de4230446b206bfa292505a5a898
Download size: 2.0 MB
Estimated disk space required: 67 MB
Estimated build time: 0.5 SBU
Gcr-3.9.91, GPGME-1.4.3, GnuPG-1.4.14 or GnuPG-2.0.21, libsecret-0.16 and yelp-xsl-3.8.1
libsoup-2.42.2 and OpenSSH-6.3p1 (for managing ssh keys)
Avahi-0.6.31 and OpenLDAP-2.4.36
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/seahorse
Install Seahorse by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2013-09-12 07:48:13 -0700