mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
added gawk files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d7abb6865b
commit
9602db22d8
11
appendixa/gawk-dep.xml
Normal file
11
appendixa/gawk-dep.xml
Normal file
@ -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>
|
||||
|
6
appendixa/gawk-desc.xml
Normal file
6
appendixa/gawk-desc.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<sect2><title>Contents of gawk-&gawk-contversion;</title>
|
||||
|
||||
<para>Not yet checked</para>
|
||||
|
||||
</sect2>
|
||||
|
7
appendixa/gawk-down.xml
Normal file
7
appendixa/gawk-down.xml
Normal file
@ -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>
|
10
appendixa/gawk.xml
Normal file
10
appendixa/gawk.xml
Normal file
@ -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>
|
||||
|
4
chapter04/gawk.xml
Normal file
4
chapter04/gawk.xml
Normal file
@ -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>
|
||||
|
11
chapter05/gawk-inst.xml
Normal file
11
chapter05/gawk-inst.xml
Normal file
@ -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 &&
|
||||
make LDFLAGS=-static &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
13
chapter05/gawk.xml
Normal file
13
chapter05/gawk.xml
Normal file
@ -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>
|
||||
|
11
chapter06/gawk-inst.xml
Normal file
11
chapter06/gawk-inst.xml
Normal file
@ -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 &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
13
chapter06/gawk.xml
Normal file
13
chapter06/gawk.xml
Normal file
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user