source: clfs-sysroot/BOOK/final-system/common/gawk.xml@ 667fd39

Last change on this file since 667fd39 was f3a1e98, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Change BLFS references to CBLFS.
Fix Findutils compilation issue by adding config.cache entriers.
Remove unneeded config.h modification from the gawk page.

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-gawk" role="wrap">
9 <?dbhtml filename="gawk.html"?>
10
11 <title>Gawk-&gawk-version;</title>
12
13 <indexterm zone="ch-system-gawk">
14 <primary sortas="a-Gawk">Gawk</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The Gawk package contains programs for manipulating text
21 files.</para>
22
23 </sect2>
24
25 <sect2 role="installation">
26 <title>Installation of Gawk</title>
27
28 <para os="c">Prepare Gawk for compilation:</para>
29
30<screen os="d"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
31 --prefix=/usr --libexecdir=/usr/lib</userinput></screen>
32
33 <para os="g">Compile the package:</para>
34
35<screen os="h"><userinput>make</userinput></screen>
36
37 <para os="i">Install the package:</para>
38
39<screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
40
41 </sect2>
42
43 <sect2 id="contents-gawk" role="content">
44 <title>Contents of Gawk</title>
45
46 <segmentedlist>
47 <segtitle>Installed programs</segtitle>
48
49 <seglistitem>
50 <seg>awk (link to gawk), gawk, gawk-&gawk-version;, grcat, igawk,
51 pgawk, pgawk-&gawk-version;, and pwcat</seg>
52 </seglistitem>
53 </segmentedlist>
54
55 <variablelist>
56 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
57 <?dbfo list-presentation="list"?>
58 <?dbhtml list-presentation="table"?>
59
60 <varlistentry id="awk">
61 <term><command>awk</command></term>
62 <listitem>
63 <para>A link to <command>gawk</command></para>
64 <indexterm zone="ch-system-gawk awk">
65 <primary sortas="b-awk">awk</primary>
66 </indexterm>
67 </listitem>
68 </varlistentry>
69
70 <varlistentry id="gawk">
71 <term><command>gawk</command></term>
72 <listitem>
73 <para>A program for manipulating text files; it is the GNU
74 implementation of <command>awk</command></para>
75 <indexterm zone="ch-system-gawk gawk">
76 <primary sortas="b-gawk">gawk</primary>
77 </indexterm>
78 </listitem>
79 </varlistentry>
80
81 <varlistentry id="gawk-version">
82 <term><command>gawk-&gawk-version;</command></term>
83 <listitem>
84 <para>A hard link to <command>gawk</command></para>
85 <indexterm zone="ch-system-gawk gawk-version">
86 <primary sortas="b-gawk-&gawk-version;">gawk-&gawk-version;</primary>
87 </indexterm>
88 </listitem>
89 </varlistentry>
90
91 <varlistentry id="grcat">
92 <term><command>grcat</command></term>
93 <listitem>
94 <para>Dumps the group database <filename>/etc/group</filename></para>
95 <indexterm zone="ch-system-gawk grcat">
96 <primary sortas="b-grcat">grcat</primary>
97 </indexterm>
98 </listitem>
99 </varlistentry>
100
101 <varlistentry id="igawk">
102 <term><command>igawk</command></term>
103 <listitem>
104 <para>Gives <command>gawk</command> the ability to include files</para>
105 <indexterm zone="ch-system-gawk igawk">
106 <primary sortas="b-igawk">igawk</primary>
107 </indexterm>
108 </listitem>
109 </varlistentry>
110
111 <varlistentry id="pgawk">
112 <term><command>pgawk</command></term>
113 <listitem>
114 <para>The profiling version of <command>gawk</command></para>
115 <indexterm zone="ch-system-gawk pgawk">
116 <primary sortas="b-pgawk">pgawk</primary>
117 </indexterm>
118 </listitem>
119 </varlistentry>
120
121 <varlistentry id="pgawk-version">
122 <term><command>pgawk-&gawk-version;</command></term>
123 <listitem>
124 <para>Hard link to <command>pgawk</command></para>
125 <indexterm zone="ch-system-gawk pgawk-version">
126 <primary sortas="b-pgawk-&gawk-version;">pgawk-&gawk-version;</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 <varlistentry id="pwcat">
132 <term><command>pwcat</command></term>
133 <listitem>
134 <para>Dumps the password database <filename>/etc/passwd</filename></para>
135 <indexterm zone="ch-system-gawk pwcat">
136 <primary sortas="b-pwcat">pwcat</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 </variablelist>
142
143 </sect2>
144
145</sect1>
Note: See TracBrowser for help on using the repository browser.