aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-09 02:54:58 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-09 02:54:58 +0000
commit9602db22d842c6f5875f7ae3bb7b5de54dea1def (patch)
tree731b2c3424f1d8b305ec467de4f756f06d61c699
parentd7abb6865b4f4e08be3b17582ef64eb8dae1d379 (diff)
added gawk files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendixa/gawk-dep.xml11
-rw-r--r--appendixa/gawk-desc.xml6
-rw-r--r--appendixa/gawk-down.xml7
-rw-r--r--appendixa/gawk.xml10
-rw-r--r--chapter04/gawk.xml4
-rw-r--r--chapter05/gawk-inst.xml11
-rw-r--r--chapter05/gawk.xml13
-rw-r--r--chapter06/gawk-inst.xml11
-rw-r--r--chapter06/gawk.xml13
9 files changed, 86 insertions, 0 deletions
diff --git a/appendixa/gawk-dep.xml b/appendixa/gawk-dep.xml
new file mode 100644
index 000000000..3c7b4e348
--- /dev/null
+++ b/appendixa/gawk-dep.xml
@@ -0,0 +1,11 @@
+<sect2>
+<title>Dependencies</title>
+
+<para>Gawk-&gawk-depversion; needs the following to be installed:</para>
+
+<literallayout>
+No dependencies checked yet
+</literallayout>
+
+</sect2>
+
diff --git a/appendixa/gawk-desc.xml b/appendixa/gawk-desc.xml
new file mode 100644
index 000000000..caac89870
--- /dev/null
+++ b/appendixa/gawk-desc.xml
@@ -0,0 +1,6 @@
+<sect2><title>Contents of gawk-&gawk-contversion;</title>
+
+<para>Not yet checked</para>
+
+</sect2>
+
diff --git a/appendixa/gawk-down.xml b/appendixa/gawk-down.xml
new file mode 100644
index 000000000..7c28160b5
--- /dev/null
+++ b/appendixa/gawk-down.xml
@@ -0,0 +1,7 @@
+<sect2>
+<title>Official Download Location</title>
+
+<para><literallayout>Gawk (&gawk-version;):
+<ulink
+url="ftp://ftp.gnu.org/pub/gnu/gawk/">ftp://ftp.gnu.org/pub/gnu/gawk/</ulink></literallayout></para>
+</sect2>
diff --git a/appendixa/gawk.xml b/appendixa/gawk.xml
new file mode 100644
index 000000000..6e06297b1
--- /dev/null
+++ b/appendixa/gawk.xml
@@ -0,0 +1,10 @@
+<sect1 id="aa-gawk">
+<title>Gawk</title>
+<?dbhtml filename="gawk.html" dir="appendixa"?>
+
+&aa-gawk-down;
+&aa-gawk-desc;
+&aa-gawk-dep;
+
+</sect1>
+
diff --git a/chapter04/gawk.xml b/chapter04/gawk.xml
new file mode 100644
index 000000000..8a30af855
--- /dev/null
+++ b/chapter04/gawk.xml
@@ -0,0 +1,4 @@
+Gawk (&gawk-version;) - &gawk-size;:
+<ulink url="&ftp;/gawk&gawk-version;.tar.bz2">&ftp;/gawk&gawk-version;.tar.bz2</ulink>
+<ulink url="&http;/gawk&gawk-version;.tar.bz2">&http;/gawk&gawk-version;.tar.bz2</ulink>
+
diff --git a/chapter05/gawk-inst.xml b/chapter05/gawk-inst.xml
new file mode 100644
index 000000000..893f73d35
--- /dev/null
+++ b/chapter05/gawk-inst.xml
@@ -0,0 +1,11 @@
+<sect2>
+<title>Installation of Gawk</title>
+
+<para>Install Gawk by running the following commands:</para>
+
+<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;
+make LDFLAGS=-static &amp;&amp;
+make install</userinput></screen></para>
+
+</sect2>
+
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
new file mode 100644
index 000000000..97fc91345
--- /dev/null
+++ b/chapter05/gawk.xml
@@ -0,0 +1,13 @@
+<sect1 id="ch05-gawk">
+<title>Installing Gawk-&gawk-version;</title>
+<?dbhtml filename="gawk.html" dir="chapter05"?>
+
+<screen>Estimated build time: &gawk-time-static;
+Estimated required disk space: &gawk-compsize-static;</screen>
+
+&c5-gawk-inst;
+&aa-gawk-desc;
+&aa-gawk-dep;
+
+</sect1>
+
diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml
new file mode 100644
index 000000000..dd602e051
--- /dev/null
+++ b/chapter06/gawk-inst.xml
@@ -0,0 +1,11 @@
+<sect2>
+<title>Installation of Gawk</title>
+
+<para>Install Gawk by running the following commands:</para>
+
+<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
+make &amp;&amp;
+make install</userinput></screen></para>
+
+</sect2>
+
diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml
new file mode 100644
index 000000000..8ac989cb4
--- /dev/null
+++ b/chapter06/gawk.xml
@@ -0,0 +1,13 @@
+<sect1 id="ch06-gawk">
+<title>Installing Gawk-&gawk-version;</title>
+<?dbhtml filename="gawk.html" dir="chapter06"?>
+
+<screen>Estimated build time: &gawk-time;
+Estimated required disk space: &gawk-compsize;</screen>
+
+&c6-gawk-inst;
+&aa-gawk-desc;
+&aa-gawk-dep;
+
+</sect1>
+