source: postlfs/security/gpgme.xml@ 45db70f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 45db70f was 45db70f, checked in by DJ Lucas <dj@…>, 7 years ago

minor spelling and grammar fixes in postlfs/security.

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

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