source: general/genlib/libassuan.xml@ f1e103a

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 f1e103a was f1e103a, checked in by Randy McMurchy <randy@…>, 13 years ago

Added new package TeX Live-20100722

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