Changeset 4a9b381


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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/lynx.xml

    r6c04e99 r4a9b381  
    66
    77  <!ENTITY lynx-download-http "http://lynx.isc.org/release/lynx&lynx-version;.tar.bz2">
    8   <!ENTITY lynx-download-ftp  "ftp://lynx.isc.org/lynx/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
    9   <!ENTITY lynx-size          "2.1 MB">
    10   <!ENTITY lynx-buildsize     "18 MB">
     8  <!ENTITY lynx-download-ftp  "ftp://lynx.isc.org/lynx&lynx-version;/lynx&lynx-version;.tar.bz2">
     9  <!ENTITY lynx-size          "2.2 MB">
     10  <!ENTITY lynx-buildsize     "21 MB">
    1111  <!ENTITY lynx-time          "0.45 SBU">
    1212]>
     
    3636<sect3><title><application>Lynx</application> dependencies</title>
    3737<sect4><title>Optional</title>
    38 <para>
    39 <xref linkend="openssl"/> or
     38<para><xref linkend="openssl"/> or
    4039<ulink url="http://www.gnu.org/software/gnutls/">GnuTLS</ulink> (which
    4140needs <ulink
     
    4443<ulink
    4544url="ftp://ftp.gnupg.org/gcrypt/alpha/gnutls/opencdk/">opencdk</ulink>,
    46 in that order), <ulink url="../server/mail.html">MTA</ulink> and
    47 <xref linkend="zip"/>
     45in that order), <ulink url="../server/mail.html">MTA</ulink>,
     46<xref linkend="zip"/> and <xref linkend="unzip"/>
    4847</para></sect4>
    4948</sect3>
     
    5453<title>Installation of <application>Lynx</application></title>
    5554
    56 <para>Install <application>Lynx</application> by running the following commands.
     55<para>Install <application>Lynx</application> by running the following commands:
    5756</para>
    5857
     
    7170
    7271<para><parameter>--libdir=/etc</parameter>: For some reason, the
    73 configure and make routine for lynx uses libdir as the prefix for the
    74 configuration file.  We set this to <filename class="directory">/etc</filename> so that the
    75 system wide configuration file is <filename>/etc/lynx.cfg</filename>.</para>
     72<command>configure</command> and <command>make</command> routine for
     73<application>Lynx</application> uses libdir as the prefix for the
     74configuration file. This is set to <filename class="directory">/etc</filename>
     75so that the system wide configuration file is
     76<filename>/etc/lynx.cfg</filename>.</para>
    7677
    7778<para><option>--with-zlib</option>: This enables support for
    78 linking <application>zlib</application> into <application>Lynx</application>.</para>
     79linking <application>zlib</application> into
     80<application>Lynx</application>.</para>
    7981
    80 <para><parameter>docdir=... helpdir=...</parameter>: We set these
    81 variables to avoid getting the help and documentation files installed
     82<para><parameter>docdir=... helpdir=...</parameter>: These
     83variables are set to avoid getting the help and documentation files installed
    8284under <filename class="directory">/etc</filename>.</para>
    8385
     
    8688
    8789<para><option>--with-gnutls</option>: This enables support for
    88 linking Gnu<acronym>TLS</acronym> into <application>Lynx</application>.</para>
     90linking <application>Gnu<acronym>TLS</acronym></application> into
     91<application>Lynx</application>.</para>
    8992
    9093</sect2>
     
    100103
    101104<para>Various settings such as proxies can be set in the system-wide
    102 <filename>lynx.cfg</filename> file found in <filename class="directory">/etc</filename>.</para>
     105<filename>lynx.cfg</filename> file found in
     106<filename class="directory">/etc</filename>.</para>
    103107</sect3>
    104108
     
    108112<title>Contents</title>
    109113
    110 <para>The <application>Lynx</application> package contains <command>lynx</command>.</para>
     114<para>The <application>Lynx</application> package contains
     115<command>lynx</command>.</para>
    111116
    112117</sect2>
  • 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>
  • introduction/welcome/changelog.xml

    r6c04e99 r4a9b381  
    2020
    2121<listitem><para>June 27th, 2004 [randy]: Updated optional dependencies for
    22 Apache-2.0.49.</para></listitem>
     22Apache-2.0.49 and Lynx-2.8.5.</para></listitem>
    2323
    2424<listitem><para>June 26th, 2004 [randy]: Added new package Sysstat-5.0.5,
Note: See TracChangeset for help on using the changeset viewer.