source: postlfs/security/gpgme.xml@ c60aa10c

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 c60aa10c was fc19db4f, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to gnutls-3.6.7.
Update to cups-filters-1.22.3.
Update to scons-3.0.5.
Update to gpgme-1.13.0.

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

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