Changeset e2060c1 for BOOK


Ignore:
Timestamp:
Feb 17, 2007, 2:37:55 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0c2e5d7
Parents:
4f3f023
Message:

Update to Gzip 1.3.11

Location:
BOOK
Files:
4 edited

Legend:

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

    r4f3f023 re2060c1  
    2828    <para os="a">Prepare Gzip for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
    3131
    3232    <para os="c">Compile the package:</para>
     
    3434<screen os="d"><userinput>make</userinput></screen>
    3535
    36     <para os="e">This package does not come with a test suite.</para>
     36    <para os="e">To test the results, issue: make check.</para>
    3737
    3838    <para os="f">Install the package:</para>
     
    4040<screen os="g"><userinput>make install</userinput></screen>
    4141
    42     <para os="h">Move the <command>gzip</command> program to the <filename
    43     class="directory">/bin</filename> directory and create some commonly
    44     used symlinks to it:</para>
    45 
    46 <screen os="i"><userinput>mv -v /usr/bin/gzip /bin
    47 rm -v /usr/bin/{gunzip,zcat}
    48 ln -sv gzip /bin/gunzip
    49 ln -sv gzip /bin/zcat
    50 ln -sv gzip /bin/compress
    51 ln -sv gunzip /bin/uncompress</userinput></screen>
     42    <para os="h">Now we will move some of utilities to /usr/bin to meet FHS compliance:</para>
     43
     44<screen os="i"><userinput>mv /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen>
    5245
    5346  </sect2>
  • BOOK/final-system/multilib/gzip.xml

    r4f3f023 re2060c1  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
     28<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --bindir=/bin</userinput></screen>
    2929
    3030    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/introduction/common/changelog.xml

    r4f3f023 re2060c1  
    4343          <para>[Chris] - Moved the build of the File package in cross-tools
    4444          to the beginning of the chapter.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[jim] - Updated to Gzip 1.3.11.</para>
    4548        </listitem>
    4649      </itemizedlist>
  • BOOK/packages.ent

    r4f3f023 re2060c1  
    189189<!ENTITY grub-home "&gnu-software;grub">
    190190
    191 <!ENTITY gzip-version "1.3.9">
    192 <!ENTITY gzip-size "414 KB">
    193 <!ENTITY gzip-url "&gnu;gzip/gzip-&gzip-version;.tar.gz">
    194 <!ENTITY gzip-md5 "7cf923b24b718c418e85a283b2260e14">
     191<!ENTITY gzip-version "1.3.11">
     192<!ENTITY gzip-size "425 KB">
     193<!ENTITY gzip-url "&alpha-gnu;gzip/gzip-&gzip-version;.tar.gz">
     194<!ENTITY gzip-md5 "a41a6a4b11f941cb7fc13df320f3af5f">
    195195<!ENTITY gzip-home "http://www.gzip.org">
    196196
Note: See TracChangeset for help on using the changeset viewer.