- Timestamp:
- Dec 7, 2006, 2:08:44 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9368709
- Parents:
- 69af1b1
- Location:
- BOOK
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
r69af1b1 rc47e2c5 30 30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen> 31 31 32 <para os="c">The <command>gzexe</command> script has the location of the 33 <command>gzip</command> binary hard-wired into it. Because the 34 location of the binary is changed later, the following command ensures 35 that the new location gets placed into the script:</para> 36 37 <screen os="d"><userinput>sed -i 's@"BINDIR"@/bin@g' gzexe.in</userinput></screen> 38 39 <para os="e">Compile the package:</para> 40 41 <screen os="f"><userinput>make</userinput></screen> 42 43 <para os="g">This package does not come with a test suite.</para> 44 45 <para os="h">Install the package:</para> 46 47 <screen os="i"><userinput>make install</userinput></screen> 48 49 <para os="j">Move the <command>gzip</command> program to the <filename 32 <para os="c">Compile the package:</para> 33 34 <screen os="d"><userinput>make</userinput></screen> 35 36 <para os="e">This package does not come with a test suite.</para> 37 38 <para os="f">Install the package:</para> 39 40 <screen os="g"><userinput>make install</userinput></screen> 41 42 <para os="h">Move the <command>gzip</command> program to the <filename 50 43 class="directory">/bin</filename> directory and create some commonly 51 44 used symlinks to it:</para> 52 45 53 <screen os=" k"><userinput>mv -v /usr/bin/gzip /bin46 <screen os="i"><userinput>mv -v /usr/bin/gzip /bin 54 47 rm -v /usr/bin/{gunzip,zcat} 55 48 ln -sv gzip /bin/gunzip -
BOOK/final-system/multilib/gzip.xml
r69af1b1 rc47e2c5 56 56 xpointer="xpointer(//*[@os='i'])"/> 57 57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"59 href="../common/gzip.xml"60 xpointer="xpointer(//*[@os='j'])"/>61 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"63 href="../common/gzip.xml"64 xpointer="xpointer(//*[@os='k'])"/>65 66 58 </sect2> 67 59 -
BOOK/introduction/common/changelog.xml
r69af1b1 rc47e2c5 38 38 39 39 <listitem> 40 <para>December 7, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[jim] - Updated to Gzip 1.3.7.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 47 48 <listitem> 40 49 <para>December 5, 2006</para> 41 50 <itemizedlist> -
BOOK/packages.ent
r69af1b1 rc47e2c5 189 189 <!ENTITY grub-home "&gnu-software;grub/"> 190 190 191 <!ENTITY gzip-version "1.3. 6">192 <!ENTITY gzip-size "5 92KB">191 <!ENTITY gzip-version "1.3.7"> 192 <!ENTITY gzip-size "535 KB"> 193 193 <!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz"> 194 <!ENTITY gzip-md5 " 495b42de5748cce30dc31aa9994c51b5">194 <!ENTITY gzip-md5 "d6c7f79bc445fbd12136662623de7edf"> 195 195 <!ENTITY gzip-home "http://www.gzip.org/"> 196 196 -
BOOK/temp-system/common/gzip.xml
r69af1b1 rc47e2c5 23 23 <title>Installation of Gzip</title> 24 24 25 <para os="aa">The <command>configure</command> script needs a small26 modification when using cross-compiled tools:</para>27 28 <screen os="ab"><userinput>cp -v configure{,.orig}29 sed -e "s@nm conftest@${CLFS_TARGET}-&@" configure.orig > configure</userinput></screen>30 31 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 32 26 href="../../final-system/common/gzip.xml" … … 38 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 39 33 href="../../final-system/common/gzip.xml" 40 xpointer="xpointer(//*[@os='e'])"/> 34 xpointer="xpointer(//*[@os='c'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../../final-system/common/gzip.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 41 39 42 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 44 42 xpointer="xpointer(//*[@os='f'])"/> 45 43 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 47 href="../../final-system/common/gzip.xml" 48 xpointer="xpointer(//*[@os='h'])"/> 49 50 <screen os="i"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 51 45 52 46 </sect2> -
BOOK/temp-system/multilib/gzip.xml
r69af1b1 rc47e2c5 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/gzip.xml" 27 xpointer="xpointer(//*[@os='aa'])"/>28 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"30 href="../common/gzip.xml"31 xpointer="xpointer(//*[@os='ab'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"34 href="../common/gzip.xml"35 27 xpointer="xpointer(//*[@os='a'])"/> 36 28 … … 40 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 33 href="../common/gzip.xml" 42 xpointer="xpointer(//*[@os='e'])"/> 34 xpointer="xpointer(//*[@os='c'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/gzip.xml" 38 xpointer="xpointer(//*[@os='d'])"/> 43 39 44 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 48 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 45 href="../common/gzip.xml" 50 xpointer="xpointer(//*[@os='h'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../common/gzip.xml" 54 xpointer="xpointer(//*[@os='i'])"/> 46 xpointer="xpointer(//*[@os='g'])"/> 55 47 56 48 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.