mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
b3f038c656
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17023 af4574ff-66df-0310-9fd7-8a98e5e911e0
204 lines
6.1 KiB
XML
204 lines
6.1 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libassuan-download-http " ">
|
|
<!ENTITY libassuan-download-ftp
|
|
"ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
|
|
<!ENTITY libassuan-md5sum "70151995c2330ae1261c0a7ca34cf478">
|
|
<!ENTITY libassuan-size "576 KB">
|
|
<!ENTITY libassuan-buildsize "6.7 MB (with tests)">
|
|
<!ENTITY libassuan-time "0.1 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="libassuan" xreflabel="Libassuan-&libassuan-version;">
|
|
<?dbhtml filename="libassuan.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libassuan-&libassuan-version;</title>
|
|
|
|
<indexterm zone="libassuan">
|
|
<primary sortas="a-libassuan">libassuan</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libassuan</title>
|
|
|
|
<para>
|
|
The <application>libassuan</application> package contains an inter
|
|
process communication library used by some of the other
|
|
<application>GnuPG</application> related packages.
|
|
<application>libassuan</application>'s primary use is to allow a
|
|
client to interact with a non-persistent server.
|
|
<application>libassuan</application> is not, however, limited to
|
|
use with <application>GnuPG</application> servers and clients. It
|
|
was designed to be flexible enough to meet the demands of many
|
|
transaction based environments with non-persistent servers.
|
|
</para>
|
|
|
|
&lfs79_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libassuan-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libassuan-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libassuan-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libassuan-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libassuan-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libassuan-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Optional, to fix the docummentation build:
|
|
<ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>-->
|
|
|
|
<bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="libgpg-error"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libassuan"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libassuan</title>
|
|
|
|
<para>
|
|
Install <application>libassuan</application> by running the
|
|
following commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
If you wish to build documentation, you must have
|
|
<xref linkend="texlive"/> installed and issue the following commands:
|
|
</para>
|
|
|
|
<!--<screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch &&-->
|
|
<screen><userinput>make -C doc pdf ps</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<para>
|
|
If you built the documentation, install it by running the
|
|
following commands as the
|
|
<systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>install -v -dm755 /usr/share/doc/libassuan-&libassuan-version; &&
|
|
install -v -m644 doc/assuan.{pdf,ps,dvi} \
|
|
/usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
libassuan-config
|
|
</seg>
|
|
<seg>
|
|
libassuan.so
|
|
</seg>
|
|
<seg>
|
|
/usr/share/doc/libassuan-&libassuan-version;
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libassuan-config">
|
|
<term><command>libassuan-config</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a <filename class="libraryfile">libassuan</filename> build information script.
|
|
</para>
|
|
<indexterm zone="libassuan libassuan-config">
|
|
<primary sortas="b-libassuan-config">libassuan-config</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libassuan-lib">
|
|
<term><filename class="libraryfile">libassuan.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is an inter process communication library which
|
|
implements the Assuan protocol.
|
|
</para>
|
|
<indexterm zone="libassuan libassuan-lib">
|
|
<primary sortas="c-libassuan">libassuan.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|