Changeset 5811db8 in clfs-sysroot


Ignore:
Timestamp:
Dec 11, 2006, 1:39:56 PM (17 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
3e71b22
Parents:
1593ff0
Message:

Updated Gzip to 1.3.7.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/gzip.xml

    r1593ff0 r5811db8  
    3131    --prefix=/usr</userinput></screen>
    3232
    33     <para os="c">The <command>gzexe</command> script has the location of the
    34     <command>gzip</command> binary hard-wired into it. Because the
    35     location of the binary is changed later, the following command ensures
    36     that the new location gets placed into the script:</para>
    37 
    38 <screen os="d"><userinput>chmod +w gzexe.in
    39 cp gzexe.in{,.orig}
    40 sed 's@"BINDIR"@/bin@g' gzexe.in.orig &gt; gzexe.in</userinput></screen>
    41 
    42     <para os="e">Compile the package:</para>
    43 
    44 <screen os="f"><userinput>make</userinput></screen>
    45 
    46     <para os="g">Install the package:</para>
    47 
    48 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    49 
    50     <para os="i">Move the <command>gzip</command> program to the <filename
     33    <para os="c">Compile the package:</para>
     34
     35<screen os="d"><userinput>make</userinput></screen>
     36
     37    <para os="e">Install the package:</para>
     38
     39<screen os="f"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
     40
     41    <para os="g">Move the <command>gzip</command> program to the <filename
    5142    class="directory">/bin</filename> directory and create some commonly
    5243    used symlinks to it:</para>
    5344
    54 <screen os="j"><userinput>mv -v ${CLFS}/usr/bin/gzip ${CLFS}/bin
     45<screen os="h"><userinput>mv -v ${CLFS}/usr/bin/gzip ${CLFS}/bin
    5546rm -v ${CLFS}/usr/bin/{gunzip,zcat}
    5647ln -sv gzip ${CLFS}/bin/gunzip
  • BOOK/introduction/common/changelog.xml

    r1593ff0 r5811db8  
    4040      <para>December 11, 2006</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Updated Gzip to 1.3.7.</para>
     44        </listitem>
    4245        <listitem>
    4346          <para>[jciccone] - Updated Linux Headers to 2.6.19-12042006.</para>
  • BOOK/packages.ent

    r1593ff0 r5811db8  
    134134<!ENTITY groff-home "&gnu-software;groff/">
    135135
    136 <!ENTITY gzip-version "1.3.6">
    137 <!ENTITY gzip-size "592 KB">
     136<!ENTITY gzip-version "1.3.7">
     137<!ENTITY gzip-size "535 KB">
    138138<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz">
    139 <!ENTITY gzip-md5 "495b42de5748cce30dc31aa9994c51b5">
     139<!ENTITY gzip-md5 "d6c7f79bc445fbd12136662623de7edf">
    140140<!ENTITY gzip-home "http://www.gzip.org/">
    141141
Note: See TracChangeset for help on using the changeset viewer.