source: general/genlib/libassuan.xml@ 8c64b06

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8c64b06 was 8c64b06, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Yest more tags

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

  • Property mode set to 100644
File size: 5.7 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 "1dc4c3e1dbfb3939bfa2d72db8e136ba">
11 <!ENTITY libassuan-size "504 KB">
12 <!ENTITY libassuan-buildsize " 5.6 MB (additional 0.1 MB for the tests and 2.1 MB to build and install documentation)">
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 &lfs76_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">Additional Downloads</bridgehead>
82 <itemizedlist spacing="compact">
83 <listitem>
84 <para>
85 Optional, to fix to docummentation build:
86 <ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
87 </para>
88 </listitem>
89 </itemizedlist>
90
91 <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
92
93 <bridgehead renderas="sect4">Required</bridgehead>
94 <para role="required">
95 <xref linkend="libgpg-error"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="texlive"/>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/libassuan"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of libassuan</title>
110
111 <para>
112 Install <application>libassuan</application> by running the
113 following commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 If you wish to build documentation, you must have
121 <xref linkend="texlive"/> installed and issue the following commands:
122 </para>
123
124<screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch &amp;&amp;
125make -C doc pdf ps</userinput></screen>
126
127 <para>
128 To test the results, issue: <command>make check</command>.
129 </para>
130
131 <para>
132 Now, as the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>make install</userinput></screen>
136
137 <para>
138 If you built the documentation, install it by running the
139 following commands as the
140 <systemitem class="username">root</systemitem> user:
141 </para>
142
143<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libassuan-&libassuan-version; &amp;&amp;
144install -v -m644 doc/assuan.{pdf,ps,dvi} \
145 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Library</segtitle>
154 <segtitle>Installed Directory</segtitle>
155
156 <seglistitem>
157 <seg>
158 libassuan-config
159 </seg>
160 <seg>
161 libassuan.so
162 </seg>
163 <seg>
164 /usr/share/doc/libassuan-&libassuan-version;
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="libassuan-lib">
175 <term><filename class="libraryfile">libassuan.so</filename></term>
176 <listitem>
177 <para>
178 is an inter process communication library which
179 implements the Assuan protocol.
180 </para>
181 <indexterm zone="libassuan libassuan-lib">
182 <primary sortas="c-libassuan">libassuan.so</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.