Added a simple page for the XZ Utils package that points to the LFS book

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8780 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2011-01-05 15:03:28 +00:00
parent 971bae0d8d
commit c8a1adda97
4 changed files with 47 additions and 2 deletions

View File

@ -26,9 +26,9 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unzip.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zip.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="unrar.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xz-utils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pciutils.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usbutils.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cpio.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sysstat.xml"/>
@ -44,5 +44,6 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udisks.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eject.xml"/>
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lzma-utils.xml"/> -->
<!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconfig.xml"/> -->
</chapter>

View File

@ -0,0 +1,40 @@
<?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;
]>
<sect1 id="xz-utils" xreflabel="XZ-Utils">
<?dbhtml filename="xz-utils.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>XZ-Utils</title>
<indexterm zone="xz-utils">
<primary sortas="a-XZ-Utils">XZ-Utils</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to XZ-Utils</title>
<para>The <application>XZ-Utils</application> package contains
compression/decompression tools for files using the XZ and the earlier
LZMA format. This is useful as more and more Gnu Linux packages are being
delivered in the XZ format.</para>
<para><application>XZ-Utils</application> is now installed during the
building of an LFS platform. You can download the package from the
<ulink url="&lfs-dev;/chapter03/packages.html">LFS - All Packages</ulink>
page. Instructions for building <application>XZ-Utils</application>
are on the
<ulink url="&lfs-dev;/chapter06/xz-utils.html">LFS - XZ Utils</ulink>
page.</para>
</sect2>
</sect1>

View File

@ -66,7 +66,7 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="rarian"/>,
<ulink url="http://tukaani.org/xz/">XZ Utils</ulink>, and
<xref linkend="xz-utils"/>, and
<ulink url="http://beagle-project.org/Main_Page">libbeagle</ulink></para>
<note>

View File

@ -44,6 +44,10 @@
<listitem>
<para>January 5th, 2011</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a simple page for the XZ Utils package
that points to the LFS book.</para>
</listitem>
<listitem>
<para>[randy] - Updated to OpenSSH-5.6p1.</para>
</listitem>