The GPGME package is a C library that allows cryptography support to be added to a program. It is designed to make access to public key crypto engines like GnuPG or GpgSM easier for applications. GPGME provides a high-level crypto API for encryption, decryption, signing, signature verification and key management.
This package is known to build and work properly using an LFS-7.9 platform.
Download (FTP): ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.6.0.tar.bz2
Download MD5 sum: 60d730d22e8065fd5de309e8b98e304b
Download size: 964 KB
Estimated disk space required: 23 MB (without the test suite)
Estimated build time: 0.2 SBU (without the test suite)
GnuPG-2.1.11 (used during the testsuite)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gpgme
Install GPGME by running the following commands:
./configure --prefix=/usr && make
To test the results, issue: make check.
Now, as the root
user:
make install
Last updated on 2016-02-26 19:14:42 -0800