source: general/genlib/libassuan.xml@ 102b5f4b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 102b5f4b was d9d862d, checked in by Randy McMurchy <randy@…>, 17 years ago

Minor fixes in a couple of the new packages

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

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