source: general/genlib/libassuan.xml@ bf565e06

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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