From dbc5ea6691e2de48c58d97bf1f396fda7d9334c3 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 5 Jan 2011 17:34:52 +0000 Subject: Change xz xml filenames to support jhalfs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9438 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/xz.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 chapter05/xz.xml (limited to 'chapter05/xz.xml') diff --git a/chapter05/xz.xml b/chapter05/xz.xml new file mode 100644 index 000000000..5f18b1470 --- /dev/null +++ b/chapter05/xz.xml @@ -0,0 +1,74 @@ + + + %general-entities; +]> + + + + + + xz-utils + &xz-version; +
&xz-url;
+
+ + Xz-&xz-version; + + + xz + tools + + + + + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../chapter06/xz.xml" + xpointer="xpointer(/sect1/sect2[1]/para[1])"/> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>&xz-ch5-sbu;</seg> + <seg>&xz-ch5-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Xz-Utils + + Prepare Xz for compilation: + +./configure --prefix=/tools + + Compile the package: + +make + + Compilation is now complete. As discussed earlier, running the test + suite is not mandatory for the temporary tools here in this chapter. To run + the Xz test suite anyway, issue the following command: + +make check + + Install the package: + +make install + + + + + + + <para>Details on this package are located in + <xref linkend="contents-xz" role="."/></para> + + </sect2> + +</sect1> -- cgit v1.2.3-54-g00ecf