source: general/genlib/libassuan.xml@ 15fc6d6

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 15fc6d6 was 15fc6d6, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to gnupg-2.0.21.
More tags.

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

  • Property mode set to 100644
File size: 5.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 " ">
8 <!ENTITY libassuan-download-ftp
9 "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
10 <!ENTITY libassuan-md5sum "757243cc4a71b30ed8d8dbe784035d36">
11 <!ENTITY libassuan-size "532 KB">
12 <!ENTITY libassuan-buildsize "7.3 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>
34 The <application>libassuan</application> package contains an inter
35 process communication library used by some of the other
36 <application>GnuPG</application> related packages.
37 <application>libassuan</application>'s primary use is to allow a
38 client to interact with a non-persistent server.
39 <application>libassuan</application> is not, however, limited to
40 use with <application>GnuPG</application> servers and clients. It
41 was designed to be flexible enough to meet the demands of many
42 transaction based environments with non-persistent servers.
43 </para>
44
45 &lfs74_checked;
46
47 <bridgehead renderas="sect3">Package Information</bridgehead>
48 <itemizedlist spacing="compact">
49 <listitem>
50 <para>
51 Download (HTTP): <ulink url="&libassuan-download-http;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download (FTP): <ulink url="&libassuan-download-ftp;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download MD5 sum: &libassuan-md5sum;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download size: &libassuan-size;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated disk space required: &libassuan-buildsize;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated build time: &libassuan-time;
77 </para>
78 </listitem>
79 </itemizedlist>
80
81 <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
82
83 <bridgehead renderas="sect4">Required</bridgehead>
84 <para role="required">
85 <xref linkend="libgpg-error"/>
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="texlive"/>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/libassuan"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of libassuan</title>
100
101 <para>
102 Install <application>libassuan</application> by running the
103 following commands:
104 </para>
105
106<!-- .texi documentation does not build with Texinfo 5.1 -->
107<screen><userinput>./configure --prefix=/usr &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 If you wish to build documentation, you must have
112 <xref linkend="texlive"/> installed, then issue
113 the following command:
114 </para>
115
116<screen><userinput>make -C doc pdf ps</userinput></screen>
117
118 <para>
119 To test the results, issue: <command>make check</command>.
120 </para>
121
122 <para>
123 Now, as the <systemitem class="username">root</systemitem> user:
124 </para>
125
126<screen role="root"><userinput>make install</userinput></screen>
127
128 <para>
129 If you built the documentation, install it by running the
130 following commands as the
131 <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libassuan-&libassuan-version; &amp;&amp;
135install -v -m644 doc/assuan.{pdf,ps,dvi} \
136 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directory</segtitle>
146
147 <seglistitem>
148 <seg>
149 libassuan-config
150 </seg>
151 <seg>
152 libassuan.so
153 </seg>
154 <seg>
155 /usr/share/doc/libassuan-&libassuan-version;
156 </seg>
157 </seglistitem>
158 </segmentedlist>
159
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="libassuan-lib">
166 <term><filename class="libraryfile">libassuan.so</filename></term>
167 <listitem>
168 <para>
169 is an inter process communication library which
170 implements the Assuan protocol.
171 </para>
172 <indexterm zone="libassuan libassuan-lib">
173 <primary sortas="c-libassuan">libassuan.so</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.