source: general/genlib/libassuan.xml@ 1004f84

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1004f84 was 1004f84, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to stunnel-5.03.
Wrong syntax in iptables masquerading example.
libassuan-2.1.1: Problem building documentation.
Update to libtirpc-0.2.5.

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

  • Property mode set to 100644
File size: 5.3 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">libassuan Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="libgpg-error"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="texlive"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/libassuan"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of libassuan</title>
100
101 <para>
102 Install <application>libassuan</application> by running the
103 following commands:
104 </para>
105
106<!-- .texi documentation does not build with Texinfo 5.1 -->
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 If you wish to build documentation, you must have
112 <xref linkend="texlive"/> installed. Due to an apparently fake error,
113 build the documentation in two steps, issuing the following commands:
114 </para>
115
116<screen><userinput>make -C doc pdf || true &amp;&amp;
117make -C doc ps</userinput></screen>
118
119 <para>
120 To test the results, issue: <command>make check</command>.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 <para>
130 If you built the documentation, install it by running the
131 following commands as the
132 <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libassuan-&libassuan-version; &amp;&amp;
136install -v -m644 doc/assuan.{pdf,ps,dvi} \
137 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Program</segtitle>
145 <segtitle>Installed Library</segtitle>
146 <segtitle>Installed Directory</segtitle>
147
148 <seglistitem>
149 <seg>
150 libassuan-config
151 </seg>
152 <seg>
153 libassuan.so
154 </seg>
155 <seg>
156 /usr/share/doc/libassuan-&libassuan-version;
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="libassuan-lib">
167 <term><filename class="libraryfile">libassuan.so</filename></term>
168 <listitem>
169 <para>
170 is an inter process communication library which
171 implements the Assuan protocol.
172 </para>
173 <indexterm zone="libassuan libassuan-lib">
174 <primary sortas="c-libassuan">libassuan.so</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 </variablelist>
180
181 </sect2>
182
183</sect1>
Note: See TracBrowser for help on using the repository browser.