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-8.1 platform.
Download (HTTP): https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.9.0.tar.bz2
Download (FTP): ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.9.0.tar.bz2
Download MD5 sum: 1e00bb8ef04d1d05d5a0f19e143854c3
Download size: 1.3 MB
Estimated disk space required: 127 MB (with all bindings)
Estimated build time: 1.1 SBU (with all bindings, add 0.2 SBU for tests)
Doxygen-1.8.13 (for API documentation), GnuPG-2.1.23 (used during the testsuite), and Clisp-2.49, Python-2.7.13, Python-3.6.2, Qt-5.9.1, and/or SWIG-3.0.12 (for language bindings)
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 2017-08-20 20:24:54 -0700