source: general/genlib/libassuan.xml@ 1d59c8c

6.3
Last change on this file since 1d59c8c was 1d59c8c, checked in by Randy McMurchy <randy@…>, 16 years ago

Fixed a broken URL for the Libassuan package

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