From b358845cd3afc3c9e5e7977e3bb11ebefb83f0c9 Mon Sep 17 00:00:00 2001 From: Wayne Blaszczyk Date: Sun, 29 Aug 2010 06:03:39 +0000 Subject: [PATCH] Added new package, GPGME-1.3.0. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8579 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 1 + introduction/welcome/changelog.xml | 3 + postlfs/security/gpgme.xml | 161 +++++++++++++++++++++++++++++ postlfs/security/security.xml | 1 + 4 files changed, 166 insertions(+) create mode 100644 postlfs/security/gpgme.xml diff --git a/general.ent b/general.ent index 1380466f45..8f20c15b96 100644 --- a/general.ent +++ b/general.ent @@ -94,6 +94,7 @@ $Date$ + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 0aa7b0b4cd..c30be430a7 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -43,6 +43,9 @@ August 29th, 2010 + + [wblaszcz] - Added new package, GPGME-1.3.0. + [wblaszcz] - Updated to Libassuan-2.0.0 and fixed hamster-applet link. diff --git a/postlfs/security/gpgme.xml b/postlfs/security/gpgme.xml new file mode 100644 index 0000000000..611ee22e02 --- /dev/null +++ b/postlfs/security/gpgme.xml @@ -0,0 +1,161 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy$ + $Date$ + + + GPGME-&gpgme-version; + + + GPGME + + + + Introduction to GPGME + + 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. + + &lfs65_built; + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &gpgme-md5sum; + + + Download size: &gpgme-size; + + + Estimated disk space required: &gpgme-buildsize; + + + Estimated build time: &gpgme-time; + + + + GPGME Dependencies + + Required + and + + + Optional + and + + + User Notes: + + + + + + Installation of GPGME + + Install GPGME by running the following + commands: + +./configure --prefix=/usr \ + --libexecdir=/usr/lib && +make + + To test the results, issue: make check. + + Now, as the root user: + +make install + + + + + Command Explanations + + --libexecdir=/usr/lib: This parameter stops the + creation of an empty /usr/libexec directory. + + + + + Contents + + + Installed Program + Installed Libraries + Installed Directory + + + gpgme-config + libgpgme-pthread.so, libgpgme-pth.so, and libgpgme.so + /usr/share/common-lisp/source/gpgme + + + + + Short Descriptions + + + + + libgpgme-pthread.{so,a} + + contains the gpgme API functions for applications using + pthread. + + libgpgme-pthread.{so,a} + + + + + + libgpgme-pth.{so,a} + + contains the gpgme API functions for applications using GNU + Pth. + + libgpgme-pth.{so,a} + + + + + + libgpgme.{so,a} + + contains the gpgme API functions. + + libgpgme.{so,a} + + + + + + + + + diff --git a/postlfs/security/security.xml b/postlfs/security/security.xml index d84f25b048..fa88f61cba 100644 --- a/postlfs/security/security.xml +++ b/postlfs/security/security.xml @@ -48,6 +48,7 @@ $Date$ +