Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libassuan.xml

    r4a83293 rac38e9dc  
    88  <!ENTITY libassuan-download-ftp
    99           "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
    10   <!ENTITY libassuan-md5sum        "a104faed3e97b9c302c5d67cc22b1d60">
    11   <!ENTITY libassuan-size          "496 KB">
    12   <!ENTITY libassuan-buildsize     " 5.6 MB (additional 0.1 MB for the tests and 2.1 MB to build and install documentation)">
     10  <!ENTITY libassuan-md5sum        "6290e750ee87be3bfd9579fc44c6a186">
     11  <!ENTITY libassuan-size          "532 KB">
     12  <!ENTITY libassuan-buildsize     "7.9 MB">
    1313  <!ENTITY libassuan-time          "less than 0.1 SBU">
    1414]>
     
    4343    </para>
    4444
    45     &lfs76_checked;
     45    &lfs77_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7979    </itemizedlist>
    8080
    81     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    82     <itemizedlist spacing="compact">
    83       <listitem>
    84         <para>
    85           Optional patch:
    86           <ulink url="&patch-root;/libassuan-&libassuan-version;-fix_doc_build-1.patch"/>
    87           (Required if building the pdf documentation).
    88         </para>
    89       </listitem>
    90     </itemizedlist>
    91 
    9281    <bridgehead renderas="sect3">libassuan Dependencies</bridgehead>
    9382
     
    9988    <bridgehead renderas="sect4">Optional</bridgehead>
    10089    <para role="optional">
    101       <xref linkend="texlive"/>
     90      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    10291    </para>
    10392
     
    111100
    112101    <para>
    113       If you have downloaded the optional patch, apply it by running
    114       the following command:
    115     </para>
    116 
    117 <screen><userinput>patch -Np1 -i ../libassuan-&libassuan-version;-fix_doc_build-1.patch</userinput></screen>
    118 
    119     <para>
    120102      Install <application>libassuan</application> by running the
    121103      following commands:
    122104    </para>
    123105
    124 <!-- .texi documentation does not build with Texinfo 5.1 -->
    125106<screen><userinput>./configure --prefix=/usr &amp;&amp;
    126107make</userinput></screen>
     
    128109    <para>
    129110      If you wish to build documentation, you must have
    130       <xref linkend="texlive"/> installed, then issue
    131       the following command:
     111      <xref linkend="texlive"/> installed and issue the
     112     following command:
    132113    </para>
    133114
     
    181162      <?dbhtml list-presentation="table"?>
    182163
     164      <varlistentry id="libassuan-config">
     165        <term><command>libassuan-config</command></term>
     166        <listitem>
     167          <para>
     168            is a <filename class="libraryfile">libassuan</filename> build information script.
     169          </para>
     170          <indexterm zone="libassuan libassuan-config">
     171            <primary sortas="b-libassuan-config">libassuan-config</primary>
     172          </indexterm>
     173        </listitem>
     174      </varlistentry>
     175
    183176      <varlistentry id="libassuan-lib">
    184177        <term><filename class="libraryfile">libassuan.so</filename></term>
Note: See TracChangeset for help on using the changeset viewer.