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.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/seahorse/3.10/seahorse-3.10.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/seahorse/3.10/seahorse-3.10.2.tar.xz
Download MD5 sum: 4ef2c41a60513c57588e71db35543022
Download size: 2.1 MB
Estimated disk space required: 66 MB
Estimated build time: 0.7 SBU
Gcr-3.10.1, GPGME-1.4.3, GnuPG-2.0.22, libsecret-0.16 and yelp-xsl-3.10.1
libsoup-2.44.2 and OpenSSH-6.5p1 (for managing SSH keys)
Avahi-0.6.31 and OpenLDAP-2.4.39
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 2014-02-22 07:06:53 -0800