diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-08-04 14:59:31 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-08-04 14:59:31 +0000 |
commit | 24380c7774280423447bb4c15e2ad29510179085 (patch) | |
tree | abc46ea36d3ac9628a9aaa0bf36d9125df6d2f57 /appendixa | |
parent | d16eef3afd81997c4cfabac99f0023021edcab71 (diff) |
Added zlib-1.1.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-rw-r--r-- | appendixa/appendixa.xml | 1 | ||||
-rw-r--r-- | appendixa/zlib-dep.xml | 7 | ||||
-rw-r--r-- | appendixa/zlib-desc.xml | 17 | ||||
-rw-r--r-- | appendixa/zlib-down.xml | 6 | ||||
-rw-r--r-- | appendixa/zlib.xml | 10 |
5 files changed, 41 insertions, 0 deletions
diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index 6fef9c764..d4cf1bdb1 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -54,5 +54,6 @@ &aa-textutils; &aa-utillinux; &aa-vim; +&aa-zlib; </appendix> diff --git a/appendixa/zlib-dep.xml b/appendixa/zlib-dep.xml new file mode 100644 index 000000000..3ddfbccb2 --- /dev/null +++ b/appendixa/zlib-dep.xml @@ -0,0 +1,7 @@ +<sect2> +<title>Zlib Installation Dependencies</title> + +<literallayout>No dependencies checked yet.</literallayout> + +</sect2> + diff --git a/appendixa/zlib-desc.xml b/appendixa/zlib-desc.xml new file mode 100644 index 000000000..45f1823a1 --- /dev/null +++ b/appendixa/zlib-desc.xml @@ -0,0 +1,17 @@ +<sect2><title>Contents of Zlib</title> + +<para>Last checked against version &zlib-contversion;.</para> + +<sect3><title>Library Files</title> +<para>libz[a,so]</para></sect3> + +<sect3><title>Descriptions</title> + +<sect4><title>libz</title> +<para>This is the zlib library, which is used by many programs for its +compression and uncompression functions.</para></sect4> + +</sect3> + +</sect2> + diff --git a/appendixa/zlib-down.xml b/appendixa/zlib-down.xml new file mode 100644 index 000000000..279d701da --- /dev/null +++ b/appendixa/zlib-down.xml @@ -0,0 +1,6 @@ +<sect2> +<title>Official Download Location</title> + +<para><literallayout>Zlib (&zlib-version;): +<ulink url="ftp://ftp.info-zip.org/pub/infozip/zlib/"/></literallayout></para> +</sect2> diff --git a/appendixa/zlib.xml b/appendixa/zlib.xml new file mode 100644 index 000000000..b1f41a223 --- /dev/null +++ b/appendixa/zlib.xml @@ -0,0 +1,10 @@ +<sect1 id="aa-zlib"> +<title>Zlib</title> +<?dbhtml filename="zlib.html" dir="appendixa"?> + +&aa-zlib-down; +&aa-zlib-desc; +&aa-zlib-dep; + +</sect1> + |