1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | <!ENTITY % patches-entities SYSTEM "../../patches.ent">
|
---|
6 | %general-entities;
|
---|
7 | %patches-entities;
|
---|
8 | ]>
|
---|
9 |
|
---|
10 | <sect1 id="ch-temp-system-bzip2" role="wrap">
|
---|
11 | <?dbhtml filename="bzip2.html"?>
|
---|
12 |
|
---|
13 | <title>Bzip2-&bzip2-version;</title>
|
---|
14 |
|
---|
15 | <indexterm zone="ch-temp-system-bzip2">
|
---|
16 | <primary sortas="a-Bzip2">Bzip2</primary>
|
---|
17 | <secondary>temporary system</secondary>
|
---|
18 | </indexterm>
|
---|
19 |
|
---|
20 | <sect2 role="package">
|
---|
21 | <title/>
|
---|
22 |
|
---|
23 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
24 | href="../../final-system/common/bzip2.xml"
|
---|
25 | xpointer="xpointer(//*[@role='package']/para[1])"/>
|
---|
26 |
|
---|
27 | <segmentedlist>
|
---|
28 | <segtitle>&buildtime;</segtitle>
|
---|
29 | <segtitle>&diskspace;</segtitle>
|
---|
30 |
|
---|
31 | <seglistitem>
|
---|
32 | <seg>Not checked yet</seg>
|
---|
33 | <seg>Not checked yet</seg>
|
---|
34 | </seglistitem>
|
---|
35 | </segmentedlist>
|
---|
36 |
|
---|
37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
38 | href="../../final-system/common/bzip2.xml"
|
---|
39 | xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/>
|
---|
40 |
|
---|
41 | </sect2>
|
---|
42 |
|
---|
43 | <sect2 role="installation">
|
---|
44 | <title>Installation of Bzip2</title>
|
---|
45 |
|
---|
46 | <para os="ca">We need to remove the tests to since they won't work on
|
---|
47 | a multi-architecture build:</para>
|
---|
48 |
|
---|
49 | <screen os="cb"><userinput>cp Makefile{,.orig}
|
---|
50 | sed -e 's@^\(all:.*\) test@\1@g' Makefile.orig > Makefile</userinput></screen>
|
---|
51 |
|
---|
52 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
53 | href="../../final-system/common/bzip2.xml"
|
---|
54 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
55 |
|
---|
56 | <screen><userinput>make CC="${CC}" AR="${AR}" RANLIB="${RANLIB}"</userinput></screen>
|
---|
57 |
|
---|
58 | <para>Install the package:</para>
|
---|
59 |
|
---|
60 | <screen><userinput>make PREFIX=/tools install</userinput></screen>
|
---|
61 |
|
---|
62 | </sect2>
|
---|
63 |
|
---|
64 | <sect2 role="content">
|
---|
65 | <title/>
|
---|
66 |
|
---|
67 | <para>Details on this package are located in <xref
|
---|
68 | linkend="contents-bzip2" role="."/></para>
|
---|
69 |
|
---|
70 | </sect2>
|
---|
71 |
|
---|
72 | </sect1>
|
---|