source: general/genlib/libassuan.xml@ f37810e

systemd-11177
Last change on this file since f37810e was 914ba3f, checked in by Krejzi <krejzi@…>, 10 years ago

Fix libassuan doc build.

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

  • Property mode set to 100644
File size: 5.8 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 libassuan-download-http " ">
8 <!ENTITY libassuan-download-ftp
9 "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
10 <!ENTITY libassuan-md5sum "757243cc4a71b30ed8d8dbe784035d36">
11 <!ENTITY libassuan-size "532 KB">
12 <!ENTITY libassuan-buildsize "7.3 MB">
13 <!ENTITY libassuan-time "less than 0.1 SBU">
14]>
15
16<sect1 id="libassuan" xreflabel="Libassuan-&libassuan-version;">
17 <?dbhtml filename="libassuan.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libassuan-&libassuan-version;</title>
25
26 <indexterm zone="libassuan">
27 <primary sortas="a-libassuan">libassuan</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libassuan</title>
32
33 <para>
34 The <application>libassuan</application> package contains an inter
35 process communication library used by some of the other
36 <application>GnuPG</application> related packages.
37 <application>libassuan</application>'s primary use is to allow a
38 client to interact with a non-persistent server.
39 <application>libassuan</application> is not, however, limited to
40 use with <application>GnuPG</application> servers and clients. It
41 was designed to be flexible enough to meet the demands of many
42 transaction based environments with non-persistent servers.
43 </para>
44
45 &lfs75_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&libassuan-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&libassuan-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &libassuan-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &libassuan-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &libassuan-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &libassuan-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
82 <itemizedlist spacing="compact">
83 <listitem>
84 <para>
85 Optional patch:
86 <ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
87 (Required if building the pdf documentation).
88 </para>
89 </listitem>
90 </itemizedlist>
91
92 <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
93
94 <bridgehead renderas="sect4">Required</bridgehead>
95 <para role="required">
96 <xref linkend="libgpg-error"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="texlive"/>
102 </para>
103
104 <para condition="html" role="usernotes">User Notes:
105 <ulink url="&blfs-wiki;/libassuan"/>
106 </para>
107 </sect2>
108
109 <sect2 role="installation">
110 <title>Installation of libassuan</title>
111
112 <para>
113 If you have downloaded the optional patch, apply it by running
114 the following command:
115 </para>
116
117<screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch</userinput></screen>
118
119 <para>
120 Install <application>libassuan</application> by running the
121 following commands:
122 </para>
123
124<!-- .texi documentation does not build with Texinfo 5.1 -->
125<screen><userinput>./configure --prefix=/usr &amp;&amp;
126make</userinput></screen>
127
128 <para>
129 If you wish to build documentation, you must have
130 <xref linkend="texlive"/> installed, then issue
131 the following command:
132 </para>
133
134<screen><userinput>make -C doc pdf ps</userinput></screen>
135
136 <para>
137 To test the results, issue: <command>make check</command>.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 <para>
147 If you built the documentation, install it by running the
148 following commands as the
149 <systemitem class="username">root</systemitem> user:
150 </para>
151
152<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libassuan-&libassuan-version; &amp;&amp;
153install -v -m644 doc/assuan.{pdf,ps,dvi} \
154 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Program</segtitle>
162 <segtitle>Installed Library</segtitle>
163 <segtitle>Installed Directory</segtitle>
164
165 <seglistitem>
166 <seg>
167 libassuan-config
168 </seg>
169 <seg>
170 libassuan.so
171 </seg>
172 <seg>
173 /usr/share/doc/libassuan-&libassuan-version;
174 </seg>
175 </seglistitem>
176 </segmentedlist>
177
178 <variablelist>
179 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
180 <?dbfo list-presentation="list"?>
181 <?dbhtml list-presentation="table"?>
182
183 <varlistentry id="libassuan-lib">
184 <term><filename class="libraryfile">libassuan.so</filename></term>
185 <listitem>
186 <para>
187 is an inter process communication library which
188 implements the Assuan protocol.
189 </para>
190 <indexterm zone="libassuan libassuan-lib">
191 <primary sortas="c-libassuan">libassuan.so</primary>
192 </indexterm>
193 </listitem>
194 </varlistentry>
195
196 </variablelist>
197
198 </sect2>
199
200</sect1>
Note: See TracBrowser for help on using the repository browser.