source: general/genlib/libassuan.xml@ 9dac80b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 9dac80b was 9dac80b, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to pciutils-3.5.6.
Update to libassuan-2.4.4.
Update to pango-1.40.14.
Update to nss-3.34.
Update to libinput-1.9.2.
Update to node.js-9.2.0.
Update to harfbuzz-1.7.1.

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

  • Property mode set to 100644
File size: 6.2 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-md5sum "52385ec8d34f258bf10165d32c486002">
10 <!ENTITY libassuan-size "552 KB">
11 <!ENTITY libassuan-buildsize "5.7 MB (with tests)">
12 <!ENTITY libassuan-time "less than 0.1 SBU (with tests)">
13]>
14
15<sect1 id="libassuan" xreflabel="Libassuan-&libassuan-version;">
16 <?dbhtml filename="libassuan.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libassuan-&libassuan-version;</title>
24
25 <indexterm zone="libassuan">
26 <primary sortas="a-libassuan">libassuan</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libassuan</title>
31
32 <para>
33 The <application>libassuan</application> package contains an inter
34 process communication library used by some of the other
35 <application>GnuPG</application> related packages.
36 <application>libassuan</application>'s primary use is to allow a
37 client to interact with a non-persistent server.
38 <application>libassuan</application> is not, however, limited to
39 use with <application>GnuPG</application> servers and clients. It
40 was designed to be flexible enough to meet the demands of many
41 transaction based environments with non-persistent servers.
42 </para>
43
44 &lfs81_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&libassuan-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&libassuan-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &libassuan-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &libassuan-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &libassuan-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &libassuan-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79<!--
80 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
81 <itemizedlist spacing="compact">
82 <listitem>
83 <para>
84 Optional, to fix the documentation build:
85 <ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
86 </para>
87 </listitem>
88 </itemizedlist>-->
89
90 <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
91
92 <bridgehead renderas="sect4">Required</bridgehead>
93 <para role="required">
94 <xref linkend="libgpg-error"/>
95 </para>
96
97 <bridgehead renderas="sect4">Optional</bridgehead>
98 <para role="optional">
99 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/libassuan"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of libassuan</title>
109
110 <para>
111 Install <application>libassuan</application> by running the
112 following commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr &amp;&amp;
116make</userinput></screen>
117
118 <para>
119 If you wish to build documentation, you must have
120 <xref linkend="texlive"/> installed and issue the following commands:
121 </para>
122
123<!--<screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch &amp;&amp;-->
124<screen><userinput>make -C doc pdf ps</userinput></screen>
125
126 <para>
127 To test the results, issue: <command>make check</command>.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install</userinput></screen>
135
136 <para>
137 If you built the documentation, install it by running the
138 following commands as the
139 <systemitem class="username">root</systemitem> user:
140 </para>
141
142<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libassuan-&libassuan-version; &amp;&amp;
143install -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.