source: general/genlib/libgpg-error.xml@ f77b0b9

6.3 6.3-rc3
Last change on this file since f77b0b9 was d0151ee, checked in by Randy McMurchy <randy@…>, 16 years ago

Fixed broken download URLs in various package instructions

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

  • Property mode set to 100644
File size: 4.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 libgpg-error-download-http "&sources-anduin-http;/l/libgpg-error-&libgpg-error-version;.tar.bz2">
8 <!ENTITY libgpg-error-download-ftp "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
9 <!ENTITY libgpg-error-md5sum "8599b96c911b1df1be24a6ff4ec3c364">
10 <!ENTITY libgpg-error-size "372 KB">
11 <!ENTITY libgpg-error-buildsize "5 MB">
12 <!ENTITY libgpg-error-time "0.1 SBU">
13]>
14
15<sect1 id="libgpg-error" xreflabel="Libgpg-error-&libgpg-error-version;">
16 <?dbhtml filename="libgpg-error.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Libgpg-error-&libgpg-error-version;</title>
24
25 <indexterm zone="libgpg-error">
26 <primary sortas="a-Libgpg-error">Libgpg-error</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Libgpg-error</title>
31
32 <para>The <application>Libgpg-error</application> package contains a
33 library that defines common error values for all
34 <application>GnuPG</application> components. Among these are GPG, GPGSM,
35 GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon
36 and more.</para>
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&libgpg-error-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&libgpg-error-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &libgpg-error-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &libgpg-error-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &libgpg-error-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &libgpg-error-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/libgpg-error"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of Libgpg-error</title>
67
68 <para>Install <application>Libgpg-error</application> by running the
69 following commands:</para>
70
71<screen><userinput>./configure --prefix=/usr &amp;&amp;
72make</userinput></screen>
73
74 <para>To test the results, issue: <command>make check</command>.</para>
75
76 <para>Now, as the <systemitem class="username">root</systemitem>
77 user:</para>
78
79<screen role="root"><userinput>make install &amp;&amp;
80install -v -m644 -D README /usr/share/doc/libgpg-error-&libgpg-error-version;/README</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="content">
85 <title>Contents</title>
86
87 <segmentedlist>
88 <segtitle>Installed Program</segtitle>
89 <segtitle>Installed Library</segtitle>
90 <segtitle>Installed Directory</segtitle>
91
92 <seglistitem>
93 <seg>libgpg-error and libgpg-error-config</seg>
94 <seg>liblibgpg-error.{so,a}</seg>
95 <seg>/usr/share/common-lisp</seg>
96 </seglistitem>
97 </segmentedlist>
98
99 <variablelist>
100 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
101 <?dbfo list-presentation="list"?>
102 <?dbhtml list-presentation="table"?>
103
104 <varlistentry id="gpg-error">
105 <term><command>gpg-error</command></term>
106 <listitem>
107 <para>is used to determine <application>Libgpg-error</application>
108 error codes.</para>
109 <indexterm zone="libgpg-error gpg-error">
110 <primary sortas="b-gpg-error">gpg-error</primary>
111 </indexterm>
112 </listitem>
113 </varlistentry>
114
115 <varlistentry id="gpg-error-config">
116 <term><command>gpg-error-config</command></term>
117 <listitem>
118 <para>is a utility used to configure and build applications based on
119 the Libgpg-error library. It can be used to query the C compiler and
120 linker flags which are required to correctly compile and link the
121 application against the Libgpg-error library.</para>
122 <indexterm zone="libgpg-error gpg-error-config">
123 <primary sortas="b-gpg-error-config">gpg-error-config</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 <varlistentry id="liblibgpg-error">
129 <term><filename class='libraryfile'>liblibgpg-error.{so,a}</filename></term>
130 <listitem>
131 <para>contains the <application>Libgpg-error</application> API
132 functions.</para>
133 <indexterm zone="libgpg-error liblibgpg-error">
134 <primary sortas="c-liblibgpg-error">liblibgpg-error.{so,a}</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 </variablelist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.