- Timestamp:
- Feb 17, 2007, 2:37:55 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:
- 0c2e5d7
- Parents:
- 4f3f023
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
r4f3f023 re2060c1 28 28 <para os="a">Prepare Gzip for compilation:</para> 29 29 30 <screen os="b"><userinput>./configure --prefix=/usr </userinput></screen>30 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> 31 31 32 32 <para os="c">Compile the package:</para> … … 34 34 <screen os="d"><userinput>make</userinput></screen> 35 35 36 <para os="e">T his package does not come with a test suite.</para>36 <para os="e">To test the results, issue: make check.</para> 37 37 38 38 <para os="f">Install the package:</para> … … 40 40 <screen os="g"><userinput>make install</userinput></screen> 41 41 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> 52 45 53 46 </sect2> -
BOOK/final-system/multilib/gzip.xml
r4f3f023 re2060c1 26 26 xpointer="xpointer(//*[@os='a'])"/> 27 27 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> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r4f3f023 re2060c1 43 43 <para>[Chris] - Moved the build of the File package in cross-tools 44 44 to the beginning of the chapter.</para> 45 </listitem> 46 <listitem> 47 <para>[jim] - Updated to Gzip 1.3.11.</para> 45 48 </listitem> 46 49 </itemizedlist> -
BOOK/packages.ent
r4f3f023 re2060c1 189 189 <!ENTITY grub-home "&gnu-software;grub"> 190 190 191 <!ENTITY gzip-version "1.3. 9">192 <!ENTITY gzip-size "4 14KB">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"> 195 195 <!ENTITY gzip-home "http://www.gzip.org"> 196 196
Note:
See TracChangeset
for help on using the changeset viewer.