source: chapter05/bzip2.xml@ 1375d26

Last change on this file since 1375d26 was 1375d26, checked in by Matthew Burgess <matthew@…>, 20 years ago
  • (chapter05/*.xml) RELAX NG validation fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/LFS-RNG/BOOK@4385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE section [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<section xmlns="http://docbook.org/docbook-ng"
7 xmlns:xi="http://www.w3.org/2003/XInclude"
8 xml:id="ch-tools-bzip2" role="wrap">
9<title>Bzip2-&bzip2-version;</title>
10<?dbhtml filename="bzip2.html"?>
11
12<indexterm zone="ch-tools-bzip2">
13<primary sortas="a-Bzip2">Bzip2</primary>
14<secondary>tools</secondary></indexterm>
15
16<section role="package"><title/>
17<xi:include href="../chapter06/bzip2.xml" xpointer="xpointer(/*[1]/*[3]/*[2])"/>
18
19<segmentedlist>
20<segtitle>&buildtime;</segtitle>
21<segtitle>&diskspace;</segtitle>
22<seglistitem><seg>0.1 SBU</seg><seg>2.5 MB</seg></seglistitem>
23</segmentedlist>
24
25<xi:include href="../chapter06/bzip2.xml" xpointer="xpointer(/*[1]/*[3]/*[4])"/>
26
27</section>
28
29<section role="installation">
30<title>Installation of Bzip2</title>
31
32<para>The Bzip2 package doesn't contain a <command>configure</command>
33script. Compile it with a straightforward:</para>
34
35<screen><userinput>make</userinput></screen>
36
37<para>And install it:</para>
38
39<screen><userinput>make PREFIX=/tools install</userinput></screen>
40
41</section>
42
43<section role="content"><title/>
44<para>The details on this package are found in <xref linkend="contents-bzip2"/>.</para>
45</section>
46
47</section>
Note: See TracBrowser for help on using the repository browser.