source: general/genlib/libassuan.xml@ 5e8edab5

elogind
Last change on this file since 5e8edab5 was 5e8edab5, checked in by DJ Lucas <dj@…>, 5 years ago

Merge to HEAD 21618.

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

  • Property mode set to 100644
File size: 6.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 libassuan-download-http "&gnupg-http;/libassuan/libassuan-&libassuan-version;.tar.bz2">
8 <!ENTITY libassuan-download-ftp "&gnupg-ftp;/libassuan/libassuan-&libassuan-version;.tar.bz2">
9 <!ENTITY libassuan-download-ftp " ">
10 <!ENTITY libassuan-md5sum "226c504ea78a232224bf3b6846b3adb9">
11 <!ENTITY libassuan-size "560 KB">
12 <!ENTITY libassuan-buildsize "6.7 MB (with tests)">
13 <!ENTITY libassuan-time "0.1 SBU (with tests)">
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 &lfs84_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, to fix the documentation build:
86 <ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
87 </para>
88 </listitem>
89 </itemizedlist>-->
90
91 <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
92
93 <bridgehead renderas="sect4">Required</bridgehead>
94 <para role="required">
95 <xref linkend="libgpg-error"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/libassuan"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of libassuan</title>
110
111 <para>
112 Install <application>libassuan</application> by running the
113 following commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr &amp;&amp;
117make &amp;&amp;
118
119make -C doc html &amp;&amp;
120makeinfo --html --no-split -o doc/assuan_nochunks.html doc/assuan.texi &amp;&amp;
121makeinfo --plaintext -o doc/assuan.txt doc/assuan.texi
122</userinput></screen>
123
124 <para>
125 The above commands build the documentation in html and plaintext formats.
126 If you wish to build alternate formats of the documentation, you must
127 have <xref linkend="texlive"/> installed and issue the following commands:
128 </para>
129
130<!--<screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch &amp;&amp;-->
131<screen remap="doc"><userinput>make -C doc pdf ps</userinput></screen>
132
133 <para>
134 To test the results, issue: <command>make check</command>.
135 </para>
136
137 <para>
138 Now, as the <systemitem class="username">root</systemitem> user:
139 </para>
140
141<screen role="root"><userinput>make install &amp;&amp;
142
143install -v -dm755 /usr/share/doc/libassuan-1.8.4/html &amp;&amp;
144install -v -m644 doc/assuan.html/* \
145 /usr/share/doc/libassuan-1.8.4/html &amp;&amp;
146install -v -m644 doc/assuan_nochunks.html \
147 /usr/share/doc/libassuan-1.8.4 &amp;&amp;
148install -v -m644 doc/assuan.{txt,texi} \
149 /usr/share/doc/libassuan-1.8.4</userinput></screen>
150
151 <para>
152 If you built alternate formats of the documentation, install them by
153 running the following commands as the
154 <systemitem class="username">root</systemitem> user:
155 </para>
156
157<screen role="root"
158 remap="doc"><userinput>install -v -m644 doc/assuan.{pdf,ps,dvi} \
159 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
160 </sect2>
161
162 <sect2 role="content">
163 <title>Contents</title>
164
165 <segmentedlist>
166 <segtitle>Installed Program</segtitle>
167 <segtitle>Installed Library</segtitle>
168 <segtitle>Installed Directory</segtitle>
169
170 <seglistitem>
171 <seg>
172 libassuan-config
173 </seg>
174 <seg>
175 libassuan.so
176 </seg>
177 <seg>
178 /usr/share/doc/libassuan-&libassuan-version;
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="libassuan-config">
189 <term><command>libassuan-config</command></term>
190 <listitem>
191 <para>
192 is a <filename class="libraryfile">libassuan</filename> build information script.
193 </para>
194 <indexterm zone="libassuan libassuan-config">
195 <primary sortas="b-libassuan-config">libassuan-config</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
200 <varlistentry id="libassuan-lib">
201 <term><filename class="libraryfile">libassuan.so</filename></term>
202 <listitem>
203 <para>
204 is an inter process communication library which
205 implements the Assuan protocol.
206 </para>
207 <indexterm zone="libassuan libassuan-lib">
208 <primary sortas="c-libassuan">libassuan.so</primary>
209 </indexterm>
210 </listitem>
211 </varlistentry>
212
213 </variablelist>
214
215 </sect2>
216
217</sect1>
Note: See TracBrowser for help on using the repository browser.