source: postlfs/security/gpgme.xml@ b358845

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b358845 was b358845, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Added new package, GPGME-1.3.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8579 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gpgme-download-http " ">
8 <!ENTITY gpgme-download-ftp "ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-&gpgme-version;.tar.bz2">
9 <!ENTITY gpgme-md5sum "4784e3c6086c9c25e9a1b4d9f7c5aa96">
10 <!ENTITY gpgme-size "849 KB">
11 <!ENTITY gpgme-buildsize "18 MB">
12 <!ENTITY gpgme-time "0.3 SBU">
13]>
14
15<sect1 id="gpgme" xreflabel="GPGME-&gpgme-version;">
16 <?dbhtml filename="gpgme.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>GPGME-&gpgme-version;</title>
24
25 <indexterm zone="gpgme">
26 <primary sortas="a-GPGME">GPGME</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to GPGME</title>
31
32 <para>The <application>GPGME</application> package is a C language library
33 that allows to add support for cryptography to a program. It is designed to
34 make access to public key crypto engines like
35 <application>GnuPG</application> or GpgSM easier for applications.
36 <application>GPGME</application> provides a high-level crypto API for
37 encryption, decryption, signing, signature verification and key
38 management.</para>
39
40 &lfs65_built;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&gpgme-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&gpgme-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &gpgme-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &gpgme-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &gpgme-buildsize;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated build time: &gpgme-time;</para>
61 </listitem>
62 </itemizedlist>
63
64 <bridgehead renderas="sect3">GPGME Dependencies</bridgehead>
65
66 <bridgehead renderas="sect4">Required</bridgehead>
67 <para role="required"><xref linkend="libassuan"/> and
68 <xref linkend="libgpg-error"/></para>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="optional"><xref linkend="gnupg"/> and
72 <xref linkend="gnupg2"/></para>
73
74 <para condition="html" role="usernotes">User Notes:
75 <ulink url="&blfs-wiki;/gpgme"/></para>
76
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of GPGME</title>
81
82 <para>Install <application>GPGME</application> by running the following
83 commands:</para>
84
85<screen><userinput>./configure --prefix=/usr \
86 --libexecdir=/usr/lib &amp;&amp;
87make</userinput></screen>
88
89 <para>To test the results, issue: <command>make check</command>.</para>
90
91 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
92
93<screen role="root"><userinput>make install</userinput></screen>
94
95 </sect2>
96
97 <sect2 role="commands">
98 <title>Command Explanations</title>
99
100 <para><parameter>--libexecdir=/usr/lib</parameter>: This parameter stops the
101 creation of an empty /usr/libexec directory.</para>
102
103 </sect2>
104
105 <sect2 role="content">
106 <title>Contents</title>
107
108 <segmentedlist>
109 <segtitle>Installed Program</segtitle>
110 <segtitle>Installed Libraries</segtitle>
111 <segtitle>Installed Directory</segtitle>
112
113 <seglistitem>
114 <seg>gpgme-config</seg>
115 <seg>libgpgme-pthread.so, libgpgme-pth.so, and libgpgme.so</seg>
116 <seg>/usr/share/common-lisp/source/gpgme</seg>
117 </seglistitem>
118 </segmentedlist>
119
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="libgpgme-pthread">
126 <term><filename class='libraryfile'>libgpgme-pthread.{so,a}</filename></term>
127 <listitem>
128 <para>contains the gpgme API functions for applications using
129 pthread.</para>
130 <indexterm zone="gpgme libgpgme-pthread">
131 <primary sortas="c-libgpgme-pthread">libgpgme-pthread.{so,a}</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="libgpgme-pth">
137 <term><filename class='libraryfile'>libgpgme-pth.{so,a}</filename></term>
138 <listitem>
139 <para>contains the gpgme API functions for applications using GNU
140 Pth.</para>
141 <indexterm zone="gpgme libgpgme-pth">
142 <primary sortas="c-libgpgme-pth">libgpgme-pth.{so,a}</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 <varlistentry id="libgpgme">
148 <term><filename class='libraryfile'>libgpgme.{so,a}</filename></term>
149 <listitem>
150 <para>contains the gpgme API functions.</para>
151 <indexterm zone="gpgme libgpgme">
152 <primary sortas="c-libgpgme">libgpgme.{so,a}</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.