mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
b88be39d0b
Update to curl-7.22.0. Updated to libarchive-2.8.5. Reset all python references to python2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8928 af4574ff-66df-0310-9fd7-8a98e5e911e0
143 lines
4.3 KiB
XML
143 lines
4.3 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 libarchive-download-http "http://libarchive.googlecode.com/files/libarchive-&libarchive-version;.tar.gz">
|
|
<!ENTITY libarchive-download-ftp " ">
|
|
<!ENTITY libarchive-md5sum "9caf51dcf6213e9c9f5a1c27448b9c90">
|
|
<!ENTITY libarchive-size "1.4 MB">
|
|
<!ENTITY libarchive-buildsize "25 MB">
|
|
<!ENTITY libarchive-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="libarchive" xreflabel="libarchive-&libarchive-version;">
|
|
<?dbhtml filename="libarchive.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libarchive-&libarchive-version;</title>
|
|
|
|
<indexterm zone="libarchive">
|
|
<primary sortas="a-libarchive">libarchive</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libarchive</title>
|
|
|
|
<para>The <application>libarchive</application> library provides a single interface for
|
|
reading/writing various compression formats.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libarchive-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libarchive-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libarchive-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libarchive-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libarchive-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libarchive-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<!--
|
|
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem>
|
|
<para>Required patch: <ulink
|
|
url="&patch-root;/libarchive-&libarchive-version;-fixes-1.patch"/></para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
-->
|
|
|
|
<bridgehead renderas="sect3">libarchive Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="libxml2"/> or <xref linkend="expat"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libarchive"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libarchive</title>
|
|
|
|
<para>Install <application>libarchive</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>To test the results, issue: <userinput>make check</userinput>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>bsdtar and bsdcpio</seg>
|
|
<seg>libarchive.{so,a}</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="bsdtar">
|
|
<term><command>bsdtar</command></term>
|
|
<listitem>
|
|
<para>is a tool similar to GNU <command>tar</command>.</para>
|
|
<indexterm zone="libarchive bsdtar">
|
|
<primary sortas="b-bsdtar">bsdtar</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="bsdcpio">
|
|
<term><command>bsdcpio</command></term>
|
|
<listitem>
|
|
<para>is a tool similar to <command>cpio</command>.</para>
|
|
<indexterm zone="libarchive bsdcpio">
|
|
<primary sortas="b-bsdcpio">bsdcpio</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|