Changeset 30e5181


Ignore:
Timestamp:
02/17/2012 02:11:03 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
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
Children:
4716d52
Parents:
bfa1248
Message:

libassuan-2.0.3

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbfa1248 r30e5181  
    199199<!ENTITY libpthread-stubs-version     "0.3">
    200200<!ENTITY pth-version                  "2.0.7">
    201 <!ENTITY libassuan-version            "2.0.2">
     201<!ENTITY libassuan-version            "2.0.3">
    202202<!ENTITY libgpg-error-version         "1.10">
    203203<!ENTITY libgcrypt-version            "1.5.0">
  • general/genlib/libassuan.xml

    rbfa1248 r30e5181  
    66
    77  <!ENTITY libassuan-download-http " ">
    8   <!ENTITY libassuan-download-ftp  "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
    9   <!ENTITY libassuan-md5sum        "3e7d00fd2ee8a0b9c51ac7616ef3f1ec">
    10   <!ENTITY libassuan-size          "484 KB">
    11   <!ENTITY libassuan-buildsize     "6.5 MB">
     8  <!ENTITY libassuan-download-ftp
     9  "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
     10  <!ENTITY libassuan-md5sum        "179d1918325fdb928c7bd90b8a514fc7">
     11  <!ENTITY libassuan-size          "520 KB">
     12  <!ENTITY libassuan-buildsize     "6.4 MB">
    1213  <!ENTITY libassuan-time          "less than 0.1 SBU">
    1314]>
     
    3031    <title>Introduction to Libassuan</title>
    3132
    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>
     33    <para>The <application>Libassuan</application> package contains an inter
     34    process communication library used by some of the other
     35    <application>GnuPG</application> related packages.
     36    <application>Libassuan</application>'s primary use is to allow a client to
     37    interact with a non-persistent server. <application>Libassuan</application>
     38    is not, however, limited to use with <application>GnuPG</application>
     39    servers and clients. It was designed to be flexible enough to meet the
     40    demands of many transaction based environments with non-persistent
     41    servers.</para>
    4042
    4143    &lfs70_checked;
     
    6870    <para role="required"><xref linkend="libgpg-error"/></para>
    6971
    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 
    7972    <para condition="html" role="usernotes">User Notes:
    8073    <ulink url="&blfs-wiki;/libassuan"/></para>
    81 
    8274  </sect2>
    8375
     
    9587
    9688    <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>
     89    must have <!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/>
     90    installed, then issue the following command:</para>
    9991
    10092<screen><userinput>make -k -C doc pdf ps html</userinput></screen>
    10193
    102     <para>To test the results, issue: <command>make check</command>.</para>
     94    <para>To test the results, issue: <command>make test</command>.</para>
    10395
    10496    <para>Now, as the <systemitem class="username">root</systemitem>
     
    119111install -v -m644 doc/assuan.{pdf,ps,dvi} \
    120112                 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
    121 
    122113  </sect2>
    123114
     
    132123      <seglistitem>
    133124        <seg>libassuan-config</seg>
    134         <seg>libassuan.a and libassuan-pth.a</seg>
     125        <seg>libassuan.so</seg>
    135126        <seg>/usr/share/doc/libassuan-&libassuan-version;</seg>
    136127      </seglistitem>
     
    146137        <listitem>
    147138          <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
     139          the libassuan library. It can be used to query the C compiler and
    149140          linker flags which are required to correctly compile and link the
    150           application against the libassuan(3) library.</para>
     141          application against the libassuan library.</para>
    151142          <indexterm zone="libassuan libassuan-config">
    152143            <primary sortas="b-libassuan-config">libassuan-config</primary>
     
    156147
    157148      <varlistentry id="libassuan-lib">
    158         <term><filename class='libraryfile'>libassuan.a</filename></term>
     149        <term><filename class="libraryfile">libassuan.so</filename></term>
    159150        <listitem>
    160           <para>is the IPC library.</para>
     151          <para>is an inter process communication library which implements the
     152          Assuan protocol.</para>
    161153          <indexterm zone="libassuan libassuan-lib">
    162             <primary sortas="c-libassuan">libassuan.a</primary>
     154            <primary sortas="c-libassuan">libassuan.so</primary>
    163155          </indexterm>
    164156        </listitem>
    165157      </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 
    178158    </variablelist>
    179 
    180159  </sect2>
    181 
    182160</sect1>
Note: See TracChangeset for help on using the changeset viewer.