Changeset 4a9b381 for general/sysutils


Ignore:
Timestamp:
06/27/2004 08:43:27 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:
be617a2
Parents:
6c04e99
Message:

Added unzip as an optional dependency for Lynx

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/unzip.xml

    r6c04e99 r4a9b381  
    4242<sect3><title>Additional downloads</title>
    4343<itemizedlist spacing='compact'>
     44<listitem><para>Required patch: <ulink
     45url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para>
     46</listitem>
    4447<listitem><para>Required patch: <ulink
    45 url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para></listitem><listitem><para>Required patch: <ulink
    46 url="&patch-root;/unzip-&unzip-version;-fix_libz-1.patch"/></para></listitem>
     48url="&patch-root;/unzip-&unzip-version;-fix_libz-1.patch"/></para>
     49</listitem>
    4750<listitem><para>Recommended patch: <ulink
    48 url="&patch-root;/unzip-&unzip-version;-dont_make_noise-1.patch"/></para></listitem></itemizedlist>
     51url="&patch-root;/unzip-&unzip-version;-dont_make_noise-1.patch"/></para>
     52</listitem></itemizedlist>
    4953</sect3>
    5054
     
    7680<title>Command explanations</title>
    7781
    78 <para><command>make prefix=/usr linux</command>: This command
    79 overrides the prefix variable that is set to
    80 <filename class='directory'>/usr/local</filename> in the
    81 <filename>Makefile</filename>
    82 and builds the executables for a linux system.  The alternatives to
    83 'linux' can be seen with a 'make list' command.</para>
     82<para><command>make prefix=/usr linux</command>: This command overrides the
     83prefix variable that is set to <filename class="directory">/usr/local</filename>
     84in the <filename>Makefile</filename> and builds the executables for a Linux
     85system. The alternatives to 'linux' can be seen with a
     86<command>make list</command> command.</para>
    8487
    8588<para><command>make prefix=/usr linux_shlibz</command>: Build shared
     
    9295<title>Contents</title>
    9396
    94 <para>The <application>UnZip</application> package contains <command>unzip
    95 </command>, <command>funzip</command>, <command>unzipfsx</command>,
    96 <command>zipgrep</command> and <command>zipinfo</command>.</para>
     97<para>The <application>UnZip</application> package contains
     98<command>unzip</command>, <command>funzip</command>, <command>unzipfsx</command>,
     99<command>zipgrep</command>, <command>zipinfo</command> and the
     100<filename class="library">libunzip</filename> library.</para>
    97101
    98102</sect2>
Note: See TracChangeset for help on using the changeset viewer.