Changeset 40a4d44 for general/sysutils


Ignore:
Timestamp:
04/19/2012 04:45:13 PM (12 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
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:
826ddf4
Parents:
1ea160c0
Message:

Libarchive 3.0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/libarchive.xml

    r1ea160c0 r40a4d44  
    77  <!ENTITY libarchive-download-http "http://libarchive.googlecode.com/files/libarchive-&libarchive-version;.tar.gz">
    88  <!ENTITY libarchive-download-ftp  " ">
    9   <!ENTITY libarchive-md5sum        "9caf51dcf6213e9c9f5a1c27448b9c90">
    10   <!ENTITY libarchive-size          "1.4 MB">
    11   <!ENTITY libarchive-buildsize     "25 MB">
    12   <!ENTITY libarchive-time          "0.3 SBU">
     9  <!ENTITY libarchive-md5sum        "ca4090f0099432a9ac5a8b6618dc3892">
     10  <!ENTITY libarchive-size          "3.3 MB">
     11  <!ENTITY libarchive-buildsize     "23 MB">
     12  <!ENTITY libarchive-time          "0.5 SBU">
    1313]>
    1414
     
    3333    reading/writing various compression formats.</para>
    3434
    35     &lfs70_checked;
     35    &lfs71_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    7272    <para role="optional">
    73     <xref linkend="libxml2"/> or <xref linkend="expat"/>
     73    <xref linkend="libxml2"/> or
     74    <xref linkend="expat"/>,
     75    <xref linkend="openssl"/>,
     76    <xref linkend="nettle"/> and
     77    <xref linkend="acl"/>
    7478    </para>
    7579
     
    8589    commands:</para>
    8690
    87 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     91<screen><userinput>./configure --prefix=/usr \
     92            --disable-static &amp;&amp;
    8893make</userinput></screen>
    8994
     
    95100
    96101  </sect2>
     102 
     103    <sect2 role="commands">
     104    <title>Command Explanations</title>
     105
     106    <para><option>--disable-static</option>: This option prevents building the
     107    static archive versions of the libraries.</para>
     108
     109  </sect2>
    97110
    98111  <sect2 role="content">
     
    101114    <segmentedlist>
    102115      <segtitle>Installed Programs</segtitle>
    103       <segtitle>Installed Library</segtitle>
     116      <segtitle>Installed Libraries</segtitle>
    104117      <segtitle>Installed Directories</segtitle>
    105118
    106119      <seglistitem>
    107         <seg>bsdtar and bsdcpio</seg>
    108         <seg>libarchive.{so,a}</seg>
    109         <seg>None</seg>
     120        <seg>bsdcpio and bsdtar</seg>
     121        <seg>libarchive.so</seg>
     122        <seg>none</seg>
    110123      </seglistitem>
    111124    </segmentedlist>
     
    115128      <?dbfo list-presentation="list"?>
    116129      <?dbhtml list-presentation="table"?>
    117 
    118       <varlistentry id="bsdtar">
    119         <term><command>bsdtar</command></term>
    120         <listitem>
    121           <para>is a tool similar to GNU <command>tar</command>.</para>
    122           <indexterm zone="libarchive bsdtar">
    123             <primary sortas="b-bsdtar">bsdtar</primary>
    124           </indexterm>
    125         </listitem>
    126       </varlistentry>
    127130
    128131      <varlistentry id="bsdcpio">
     
    136139      </varlistentry>
    137140
     141     
     142      <varlistentry id="bsdtar">
     143        <term><command>bsdtar</command></term>
     144        <listitem>
     145          <para>is a tool similar to GNU <command>tar</command>.</para>
     146          <indexterm zone="libarchive bsdtar">
     147            <primary sortas="b-bsdtar">bsdtar</primary>
     148          </indexterm>
     149        </listitem>
     150      </varlistentry>
     151     
    138152    </variablelist>
    139153
Note: See TracChangeset for help on using the changeset viewer.