source: general/genlib/libassuan.xml@ 70dcb19

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 70dcb19 was 70dcb19, checked in by Guy Dalziel <gdalziel@…>, 15 years ago

Updated to libassuan-1.0.5.

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

  • Property mode set to 100644
File size: 6.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 "&sources-anduin-http;/l/libassuan-&libassuan-version;.tar.bz2">
8 <!-- <!ENTITY libassuan-download-http "http://public.ftp.planetmirror.com/pub/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2"> -->
9 <!ENTITY libassuan-download-ftp "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
10 <!ENTITY libassuan-md5sum "c2db0974fcce4401f48f3fa41c4edc5a">
11 <!ENTITY libassuan-size "291 KB">
12 <!ENTITY libassuan-buildsize "4 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>The <application>Libassuan</application> package contains an IPC
34 library used by some of the other <application>GnuPG</application> related
35 packages. <application>Libassuan</application>'s primary use is to allow a
36 client to interact with a non-persistent server.
37 <application>Libassuan</application> is not, however, limited to use with
38 <application>GnuPG</application> servers and clients. It was designed to be
39 flexible enough to meet the demands of many transaction based environments
40 with non-persistent servers.</para>
41
42 &lfs65_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>Download (HTTP): <ulink url="&libassuan-download-http;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download (FTP): <ulink url="&libassuan-download-ftp;"/></para>
51 </listitem>
52 <listitem>
53 <para>Download MD5 sum: &libassuan-md5sum;</para>
54 </listitem>
55 <listitem>
56 <para>Download size: &libassuan-size;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated disk space required: &libassuan-buildsize;</para>
60 </listitem>
61 <listitem>
62 <para>Estimated build time: &libassuan-time;</para>
63 </listitem>
64 </itemizedlist>
65
66 <bridgehead renderas="sect3">Libassuan Dependencies</bridgehead>
67
68 <bridgehead renderas="sect4">Optional</bridgehead>
69 <para role="optional"><xref linkend="pth"/></para>
70
71 <para>Other packages (such as <application>GnuPG-2</application>) will
72 require that the <application>Libassuan</application> library is linked to
73 the <application>Pth</application> library. Ensure
74 <application>Pth</application> is installed before beginning the build if
75 you have any doubts.</para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/libassuan"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Libassuan</title>
84
85 <para>Install <application>Libassuan</application> by running the
86 following commands:</para>
87
88<screen><userinput>./configure --prefix=/usr &amp;&amp;
89make</userinput></screen>
90
91 <para>Only <command>info</command> documentation is shipped in the package
92 tarball. If you wish to build alternate formats of the documentation, you
93 must have <xref linkend="tetex"/> installed, then issue the following
94 commands:</para>
95
96<screen><userinput>make -k -C doc pdf ps html &amp;&amp;
97makeinfo --html --no-split -o doc/assuan_nochunks.html doc/assuan.texi &amp;&amp;
98makeinfo --plaintext -o doc/assuan.txt doc/assuan.texi</userinput></screen>
99
100 <para>To test the results, issue: <command>make check</command>.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem>
103 user:</para>
104
105<screen role="root"><userinput>make install &amp;&amp;
106install -v -m644 -D README /usr/share/doc/libassuan-&libassuan-version;/README</userinput></screen>
107
108 <para>If you built the additional documentation, install it by issuing the
109 following commands as the <systemitem class="username">root</systemitem>
110 user:</para>
111
112<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libassuan-&libassuan-version;/html &amp;&amp;
113install -v -m644 doc/assuan.html/* \
114 /usr/share/doc/libassuan-&libassuan-version;/html &amp;&amp;
115install -v -m644 doc/assuan_*.html \
116 /usr/share/doc/libassuan-&libassuan-version; &amp;&amp;
117install -v -m644 doc/assuan.{pdf,ps,dvi,txt,texi} \
118 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Program</segtitle>
127 <segtitle>Installed Libraries</segtitle>
128 <segtitle>Installed Directory</segtitle>
129
130 <seglistitem>
131 <seg>libassuan-config</seg>
132 <seg>libassuan.a and libassuan-pth.a</seg>
133 <seg>/usr/share/doc/libassuan-&libassuan-version;</seg>
134 </seglistitem>
135 </segmentedlist>
136
137 <variablelist>
138 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
139 <?dbfo list-presentation="list"?>
140 <?dbhtml list-presentation="table"?>
141
142 <varlistentry id="libassuan-config">
143 <term><command>libassuan-config</command></term>
144 <listitem>
145 <para>is a utility used to configure and build applications based on
146 the libassuan(3) library. It can be used to query the C compiler and
147 linker flags which are required to correctly compile and link the
148 application against the libassuan(3) library.</para>
149 <indexterm zone="libassuan libassuan-config">
150 <primary sortas="b-libassuan-config">libassuan-config</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="libassuan-lib">
156 <term><filename class='libraryfile'>libassuan.a</filename></term>
157 <listitem>
158 <para>is the IPC library.</para>
159 <indexterm zone="libassuan libassuan-lib">
160 <primary sortas="c-libassuan">libassuan.a</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="libassuan-pth">
166 <term><filename class='libraryfile'>libassuan-pth.a</filename></term>
167 <listitem>
168 <para>is the IPC library linked with the GNU Portable Threads
169 Library.</para>
170 <indexterm zone="libassuan libassuan-pth">
171 <primary sortas="c-libassuan-pth">libassuan-pth.a</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.