Changeset ad070d1


Ignore:
Timestamp:
03/24/2005 03:24:47 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
1ab1ad6a
Parents:
7145655
Message:

Updated build entities and added indexing tags to Wget

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/wget.xml

    r7145655 rad070d1  
    99  <!ENTITY wget-md5sum        "e6051f1e1487ec0ebfdbda72bedc70ad">
    1010  <!ENTITY wget-size          "1.3 MB">
    11   <!ENTITY wget-buildsize     "6.2 MB">
     11  <!ENTITY wget-buildsize     "7.7 MB">
    1212  <!ENTITY wget-time          "0.11 SBU">
    1313]>
     
    2020<?dbhtml filename="wget.html"?>
    2121<title><application>Wget</application>-&wget-version;</title>
     22<indexterm zone="wget">
     23<primary sortas="a-Wget">Wget</primary></indexterm>
    2224
    2325<sect2>
     
    5759
    5860<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    59 make &amp;&amp;
    60 make install</command></userinput></screen>
     61make</command></userinput></screen>
     62
     63<para>Now, as the root user:</para>
     64
     65<screen><userinput role='root'><command>make install</command></userinput></screen>
    6166
    6267</sect2>
     
    6570<title>Command explanations</title>
    6671
    67 <para><parameter>--prefix=/usr</parameter>: This compiles and installs
    68 <command>wget</command> into the <filename class="directory">/usr</filename>
    69 hierarchy instead of <filename class="directory">/usr/local</filename>.</para>
    70 
    7172<para><parameter>--sysconfdir=/etc</parameter>: This relocates
    72 the configuration file from <filename class="directory">/usr/etc</filename> to
     73the configuration file from <filename class="directory">/usr/etc</filename> to 
    7374<filename class="directory">/etc</filename>.</para>
    7475
     
    7879<title>Configuring <application>Wget</application></title>
    7980
    80 <sect3><title>Config files</title>
     81<sect3 id="wget-config"><title>Config files</title>
    8182<para><filename>/etc/wgetrc</filename>, <filename>~/.wgetrc</filename></para>
     83<indexterm zone="wget wget-config">
     84<primary sortas="e-AA.wgetrc">~/.wgetrc</primary></indexterm>
     85<indexterm zone="wget wget-config">
     86<primary sortas="e-etc-wgetrc">/etc/wgetrc</primary></indexterm>
    8287
    8388<para>There are no required changes in these files.</para>
     
    8994<title>Contents</title>
    9095
    91 <para>The <application>Wget</application> package contains
    92 <command>wget</command>.</para>
     96<segmentedlist>
     97<segtitle>Installed Program</segtitle>
     98<segtitle>Installed Libraries</segtitle>
     99<segtitle>Installed Directories</segtitle>
    93100
    94 </sect2>
     101<seglistitem>
     102<seg>wget</seg>
     103<seg>None</seg>
     104<seg>None</seg>
     105</seglistitem>
     106</segmentedlist>
    95107
    96 <sect2><title>Description</title>
     108<variablelist>
     109<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     110<?dbfo list-presentation="list"?>
    97111
    98 <sect3><title>wget</title>
    99 <para><command>wget</command> retrieves files from the Web using the
     112<varlistentry id="wget-prog">
     113<term><command>wget</command></term>
     114<listitem><para> retrieves files from the Web using the
    100115<acronym>HTTP</acronym>, <acronym>HTTPS</acronym> and
    101116<acronym>FTP</acronym> protocols.  It is designed to be non-interactive, for
    102 background or unattended operations.</para></sect3>
     117background or unattended operations.</para>
     118<indexterm zone="wget wget-prog">
     119<primary sortas="b-wget">wget</primary>
     120</indexterm></listitem>
     121</varlistentry>
     122</variablelist>
    103123
    104124</sect2>
Note: See TracChangeset for help on using the changeset viewer.