source: chapter05/bzip2.xml@ 1798edf

Last change on this file since 1798edf was 23102484, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Ported the proper r7279 plus r7281 from trunk to alphabetical.

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

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[673b0d8]1<?xml version="1.0" encoding="ISO-8859-1"?>
[5aa74f2]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[673b0d8]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[5aa74f2]7
[9652249]8<sect1 id="ch-tools-bzip2" role="wrap">
[5aa74f2]9 <?dbhtml filename="bzip2.html"?>
10
11 <title>Bzip2-&bzip2-version;</title>
12
13 <indexterm zone="ch-tools-bzip2">
14 <primary sortas="a-Bzip2">Bzip2</primary>
[23102484]15 <secondary>tools</secondary>
[5aa74f2]16 </indexterm>
17
18 <sect2 role="package">
19 <title/>
[6370fa6]20
[5aa74f2]21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
22 href="../chapter06/bzip2.xml"
23 xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
[81fd230]24
[5aa74f2]25 <segmentedlist>
26 <segtitle>&buildtime;</segtitle>
27 <segtitle>&diskspace;</segtitle>
[673b0d8]28
[5aa74f2]29 <seglistitem>
30 <seg>0.1 SBU</seg>
31 <seg>3.5 MB</seg>
32 </seglistitem>
33 </segmentedlist>
[673b0d8]34
[5aa74f2]35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36 href="../chapter06/bzip2.xml"
37 xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
[81fd230]38
[5aa74f2]39 </sect2>
[73aedd1d]40
[5aa74f2]41 <sect2 role="installation">
[23102484]42 <title>Installation of Bzip2</title>
[73aedd1d]43
[23102484]44 <para>The Bzip2 package does not contain a <command>configure</command>
45 script. Compile and test it with:</para>
[9dfc02f]46
47<screen><userinput>make</userinput></screen>
48
[23102484]49 <para>Install the package:</para>
[73aedd1d]50
51<screen><userinput>make PREFIX=/tools install</userinput></screen>
52
[5aa74f2]53 </sect2>
[6370fa6]54
[5aa74f2]55 <sect2 role="content">
56 <title/>
[81fd230]57
[23102484]58 <para>Details on this package are located in
59 <xref linkend="contents-bzip2" role="."/></para>
[5aa74f2]60
61 </sect2>
[81fd230]62
[5aa74f2]63</sect1>
Note: See TracBrowser for help on using the repository browser.