source: postlfs/security/gpgme.xml@ d4e8cd93

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d4e8cd93 was d4e8cd93, checked in by Xi Ruoyao <xry111@…>, 5 years ago

Resurrect ftp.gnupg.org URLs

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

  • Property mode set to 100644
File size: 6.5 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 "&gnupg-http;/gpgme/gpgme-&gpgme-version;.tar.bz2">
8 <!ENTITY gpgme-download-ftp "&gnupg-ftp;/gpgme/gpgme-&gpgme-version;.tar.bz2">
9 <!ENTITY gpgme-download-ftp " ">
10 <!ENTITY gpgme-md5sum "e511a0d95c507ab87e713140c82fc7d0">
11 <!ENTITY gpgme-size "1.7 MB">
12 <!ENTITY gpgme-buildsize "167 MB (with all bindings)">
13 <!ENTITY gpgme-time "0.6 SBU (with parallelism=4; with all bindings, add 0.6 SBU for tests)">
14]>
15
16<sect1 id="gpgme" xreflabel="GPGME-&gpgme-version;">
17 <?dbhtml filename="gpgme.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>GPGME-&gpgme-version;</title>
25
26 <indexterm zone="gpgme">
27 <primary sortas="a-GPGME">GPGME</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GPGME</title>
32
33 <para>
34 The <application>GPGME</application> package is a C library
35 that allows cryptography support to be added to a
36 program. It is designed to make access to public key crypto
37 engines like <application>GnuPG</application> or GpgSM easier
38 for applications. <application>GPGME</application> provides
39 a high-level crypto API for encryption, decryption, signing,
40 signature verification and key management.
41 </para>
42
43 &lfs84_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&gpgme-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&gpgme-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &gpgme-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &gpgme-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &gpgme-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &gpgme-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">GPGME Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="libassuan"/>
84 </para>
85
86 <bridgehead renderas="sect4">Optional</bridgehead>
87 <para role="optional">
88 <xref linkend="doxygen"/> (for API documentation),
89 <xref linkend="gnupg2"/> (required if Qt or SWIG are installed;
90 used during the testsuite),
91 <xref linkend="clisp"/>,
92 <xref linkend="python2"/>,
93 <xref linkend="qt5"/>, and/or
94 <xref linkend="swig"/> (for language bindings)
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gpgme"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of GPGME</title>
104
105 <para>
106 Install <application>GPGME</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr --disable-gpg-test &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 To test the results, you should have <xref linkend="gnupg2"/> installed
115 and remove the <command>--disable-gpg-test</command> above. Issue:
116 <command>make check</command>.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
130 <para>
131 <parameter>--disable-gpg-test</parameter>: if this parameter is not
132 passed to configure, the test programs are built during
133 <command>make</command> stage, which requires <xref linkend="gnupg2"/>.
134 This parameter is not needed if <xref linkend="gnupg2"/> is installed.
135 </para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Libraries</segtitle>
145 <segtitle>Installed Directory</segtitle>
146
147 <seglistitem>
148 <seg>
149 gpgme-config and gpgme-tool
150 </seg>
151 <seg>
152 libgpgme-pthread.so and libgpgme.so
153 </seg>
154 <seg>
155 /usr/share/common-lisp/source/gpgme
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="gpgme-config">
166 <term><command>gpgme-config</command></term>
167 <listitem>
168 <para>
169 is used to obtain <application>GPGME</application> compilation and
170 linking information.
171 </para>
172 <indexterm zone="gpgme gpgme-config">
173 <primary sortas="b-gpgme-config">gpgme-config</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="gpgme-tool">
179 <term><command>gpgme-tool</command></term>
180 <listitem>
181 <para>
182 prints fingerprint and keyid with keyservers.
183 </para>
184 <indexterm zone="gpgme gpgme-tool">
185 <primary sortas="b-gpgme-tool">gpgme-tool</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 <varlistentry id="libgpgme-pthread">
191 <term><filename class="libraryfile">libgpgme-pthread.so</filename></term>
192 <listitem>
193 <para>
194 contains the <application>GPGME</application> API functions for
195 applications using pthread.
196 </para>
197 <indexterm zone="gpgme libgpgme-pthread">
198 <primary sortas="c-libgpgme-pthread">libgpgme-pthread.so</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 <varlistentry id="libgpgme">
204 <term><filename class="libraryfile">libgpgme.so</filename></term>
205 <listitem>
206 <para>
207 contains the <application>GPGME</application> API functions.
208 </para>
209 <indexterm zone="gpgme libgpgme">
210 <primary sortas="c-libgpgme">libgpgme.so</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 </variablelist>
216
217 </sect2>
218
219</sect1>
Note: See TracBrowser for help on using the repository browser.