source: postlfs/security/gpgme.xml@ 42846033

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 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 42846033 was 14d673a2, checked in by Krejzi <krejzi@…>, 6 years ago

Rethink last commit

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

  • Property mode set to 100644
File size: 6.0 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 "1e00bb8ef04d1d05d5a0f19e143854c3">
12 <!ENTITY gpgme-size "1.3 MB">
13 <!ENTITY gpgme-buildsize "127 MB (with all bindings)">
14 <!ENTITY gpgme-time "1.1 SBU (with all bindings, add 0.2 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 &lfs81_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"/> (used during the testsuite), and
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 &amp;&amp;
111make</userinput></screen>
112
113 <para>
114 To test the results, issue: <command>make check</command>.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Program</segtitle>
130 <segtitle>Installed Libraries</segtitle>
131 <segtitle>Installed Directory</segtitle>
132
133 <seglistitem>
134 <seg>
135 gpgme-config and gpgme-tool
136 </seg>
137 <seg>
138 libgpgme-pthread.so and libgpgme.so
139 </seg>
140 <seg>
141 /usr/share/common-lisp/source/gpgme
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="gpgme-config">
152 <term><command>gpgme-config</command></term>
153 <listitem>
154 <para>
155 is used to obtain <application>GPGME</application> compilation and
156 linking information.
157 </para>
158 <indexterm zone="gpgme gpgme-config">
159 <primary sortas="b-gpgme-config">gpgme-config</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="gpgme-tool">
165 <term><command>gpgme-tool</command></term>
166 <listitem>
167 <para>
168 prints fingerprint and keyid with keyservers.
169 </para>
170 <indexterm zone="gpgme gpgme-tool">
171 <primary sortas="b-gpgme-tool">gpgme-tool</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="libgpgme-pthread">
177 <term><filename class="libraryfile">libgpgme-pthread.so</filename></term>
178 <listitem>
179 <para>
180 contains the <application>GPGME</application> API functions for
181 applications using pthread.
182 </para>
183 <indexterm zone="gpgme libgpgme-pthread">
184 <primary sortas="c-libgpgme-pthread">libgpgme-pthread.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="libgpgme">
190 <term><filename class="libraryfile">libgpgme.so</filename></term>
191 <listitem>
192 <para>
193 contains the <application>GPGME</application> API functions.
194 </para>
195 <indexterm zone="gpgme libgpgme">
196 <primary sortas="c-libgpgme">libgpgme.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.