source: postlfs/security/gpgme.xml@ ac38e9dc

systemd-13485
Last change on this file since ac38e9dc was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

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