The GPGME package is a C language library that allows to add support for cryptography 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.3 platform.
Download (FTP): ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.4.1.tar.bz2
Download MD5 sum: 07f1c0eb6596a94efa3ffb75e74bfbba
Download size: 940 KB
Estimated disk space required: 23 MB
Estimated build time: 0.3 SBU
GnuPG-1.4.13 or GnuPG-2.0.20 (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 2013-05-19 10:07:40 +0000