Ignore:
Timestamp:
06/24/2004 06:44:11 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bb2a071c
Parents:
c230e05
Message:

renamed patches in package instructions to conform with the guidelines

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2374 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    rc230e05 r014d11ad  
    1919<sect2>
    2020<title>Introduction to <application>UnZip</application></title>
    21                                                                                
     21
    2222<para>The <application>UnZip</application> package contains <filename>ZIP
    2323</filename> extraction utilities. These are useful for extracting files from
     
    2626</application> utilities primarily in a <acronym>DOS</acronym> environment.
    2727</para>
    28                                                                                
     28
    2929<sect3><title>Package information</title>
    3030<itemizedlist spacing='compact'>
     
    3939&unzip-time;</para></listitem></itemizedlist>
    4040</sect3>
    41                                                                                
     41
    4242<sect3><title>Additional downloads</title>
    4343<itemizedlist spacing='compact'>
    4444<listitem><para>Required patch: <ulink
    45 url="&patch-root;/unzip-&unzip-version;-fix-Makefile.patch"/></para></listitem><listitem><para>Required patch: <ulink
    46 url="&patch-root;/unzip-&unzip-version;-fix-libz.patch"/></para></listitem>
     45url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para></listitem><listitem><para>Required patch: <ulink
     46url="&patch-root;/unzip-&unzip-version;-fix_libz-1.patch"/></para></listitem>
    4747<listitem><para>Recommended patch: <ulink
    48 url="&patch-root;/unzip-&unzip-version;-dont-make-noise.patch"/></para></listitem></itemizedlist>
     48url="&patch-root;/unzip-&unzip-version;-dont_make_noise-1.patch"/></para></listitem></itemizedlist>
    4949</sect3>
    50                                                                                
     50
    5151</sect2>
    5252
    5353<sect2>
    5454<title>Installation of <application>UnZip</application></title>
    55                                                                                
     55
    5656<para>By default, <application>UnZip</application> does not support shrink
    5757decompression. To enable it or to obtain more information, check out the
    5858<application>UnZip</application> <acronym>FAQ</acronym> at
    5959<ulink url="http://www.info-zip.org/pub/infozip/FAQ.html#unshrink"/>.</para>
    60                                                                                
     60
    6161<para>Install <application>UnZip</application> by running the following
    6262commands:</para>
    63                                                                                
    64 <screen><userinput><command>patch -Np1 -i ../unzip-&unzip-version;-fix-Makefile.patch &amp;&amp;
    65 patch -Np1 -i ../unzip-&unzip-version;-fix-libz.patch &amp;&amp;
    66 patch -Np1 -i ../unzip-&unzip-version;-dont-make-noise.patch &amp;&amp;
     63
     64<screen><userinput><command>patch -Np1 -i ../unzip-&unzip-version;-fix_Makefile-1.patch &amp;&amp;
     65patch -Np1 -i ../unzip-&unzip-version;-fix_libz-1.patch &amp;&amp;
     66patch -Np1 -i ../unzip-&unzip-version;-dont_make_noise-1.patch &amp;&amp;
    6767cp unix/Makefile . &amp;&amp;
    6868make prefix=/usr linux &amp;&amp;
     
    7070make prefix=/usr install &amp;&amp;
    7171cp -a libunzip.so* /usr/lib</command></userinput></screen>
    72                                                                                
     72
    7373</sect2>
    7474
    7575<sect2>
    7676<title>Command explanations</title>
    77                                                                                
     77
    7878<para><command>make prefix=/usr linux</command>: This command
    7979overrides the prefix variable that is set to
     
    8282and builds the executables for a linux system.  The alternatives to
    8383'linux' can be seen with a 'make list' command.</para>
    84                                                                                
     84
    8585<para><command>make prefix=/usr linux_shlibz</command>: Build shared
    86 <filename>libunzip</filename> and link <application>UnZip</application> against                                                                              
     86<filename>libunzip</filename> and link <application>UnZip</application> against
    8787it and <application>zlib</application>.</para>
    88                                                                                
     88
    8989</sect2>
    9090
    9191<sect2>
    9292<title>Contents</title>
    93                                                                                
     93
    9494<para>The <application>UnZip</application> package contains <command>unzip
    9595</command>, <command>funzip</command>, <command>unzipfsx</command>,
    9696<command>zipgrep</command> and <command>zipinfo</command>.</para>
    97                                                                                
     97
    9898</sect2>
    99                                                                                
     99
    100100<sect2><title>Description</title>
    101                                                                                
     101
    102102<sect3><title>unzip</title>
    103103<para><command>unzip</command> lists, tests or extracts files from a
    104104<filename>ZIP</filename> archive.</para></sect3>
    105                                                                                
     105
    106106<sect3><title>funzip</title>
    107107<para><command>funzip</command> allows the output of <command>unzip</command>
    108108commands to be redirected.</para></sect3>
    109                                                                                
     109
    110110<sect3><title>unzipfsx</title>
    111111<para><command>unzipfsx</command> is the self-extracting stub that can be
     
    113113the recipient to decompress the archive without installing
    114114<application>UnZip</application>.</para></sect3>
    115                                                                                
     115
    116116<sect3><title>zipgrep</title>
    117117<para><command>zipgrep</command> is a grep for <filename>ZIP</filename>
    118118archives.</para></sect3>
    119                                                                                
     119
    120120<sect3><title>zipinfo</title>
    121 <para><command>zipinfo</command> produces technical information about the files                                                                              
     121<para><command>zipinfo</command> produces technical information about the files
    122122in a <filename>ZIP</filename> archive, including file access permissions,
    123123encryption status, type of compression, etc.</para></sect3>
    124                                                                                
     124
    125125</sect2>
    126126
Note: See TracChangeset for help on using the changeset viewer.