From 24380c7774280423447bb4c15e2ad29510179085 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sun, 4 Aug 2002 14:59:31 +0000 Subject: [PATCH] Added zlib-1.1.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/appendixa.xml | 1 + appendixa/zlib-dep.xml | 7 +++++++ appendixa/zlib-desc.xml | 17 +++++++++++++++++ appendixa/zlib-down.xml | 6 ++++++ appendixa/zlib.xml | 10 ++++++++++ chapter01/changelog.xml | 4 ++++ chapter04/packages.xml | 1 + chapter04/zlib.xml | 3 +++ chapter06/chapter06.xml | 1 + chapter06/zlib-inst.xml | 12 ++++++++++++ chapter06/zlib.xml | 13 +++++++++++++ entities/zlib.ent | 19 +++++++++++++++++++ index.xml | 6 ++++-- 13 files changed, 98 insertions(+), 2 deletions(-) create mode 100644 appendixa/zlib-dep.xml create mode 100644 appendixa/zlib-desc.xml create mode 100644 appendixa/zlib-down.xml create mode 100644 appendixa/zlib.xml create mode 100644 chapter04/zlib.xml create mode 100644 chapter06/zlib-inst.xml create mode 100644 chapter06/zlib.xml create mode 100644 entities/zlib.ent 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; 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 @@ + +Zlib Installation Dependencies + +No dependencies checked yet. + + + 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 @@ +Contents of Zlib + +Last checked against version &zlib-contversion;. + +Library Files +libz[a,so] + +Descriptions + +libz +This is the zlib library, which is used by many programs for its +compression and uncompression functions. + + + + + 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 @@ + +Official Download Location + +Zlib (&zlib-version;): + + 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 @@ + +Zlib + + +&aa-zlib-down; +&aa-zlib-desc; +&aa-zlib-dep; + + + diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5a584aa47..8b65f8dab 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,7 @@ ncurses-5.2.patch perl-5.6.1.patch vim-6.1.patch +zlib-1.1.4 @@ -48,6 +49,9 @@ +August 4th, 2002 [timothy]: Added +zlib-1.1.4. + August 3rd, 2002 [timothy]: Updated to man-pages-1.52, man-1.5k, gettext-0.11.4, modutils-2.4.18. diff --git a/chapter04/packages.xml b/chapter04/packages.xml index e7d1f3c24..9a9d3a257 100644 --- a/chapter04/packages.xml +++ b/chapter04/packages.xml @@ -29,6 +29,7 @@ &c3-glibc; &c3-glibc-threads; &c3-glibc-patch; +&c3-zlib; &c3-manpages; &c3-ed; &c3-ed-patch; diff --git a/chapter04/zlib.xml b/chapter04/zlib.xml new file mode 100644 index 000000000..3da921b5a --- /dev/null +++ b/chapter04/zlib.xml @@ -0,0 +1,3 @@ +Zlib (&zlib-version;) - &zlib-size;: + + diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index e073adfaf..89486d4d6 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -15,6 +15,7 @@ &c6-glibc; &c6-makedev; &c6-gcc; +&c6-zlib; &c6-manpages; &c6-findutils; &c6-gawk; diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml new file mode 100644 index 000000000..257c24084 --- /dev/null +++ b/chapter06/zlib-inst.xml @@ -0,0 +1,12 @@ + +Installation of Zlib + +Install Zlib by running the following commands: + +./configure --prefix=/usr --shared && +make LIBS="libz.so.1.1.4 libz.a" && +make LIBS="libz.so.1.1.4 libz.a" install && +cp zlib.3 /usr/share/man/man3 + + + diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml new file mode 100644 index 000000000..db8233941 --- /dev/null +++ b/chapter06/zlib.xml @@ -0,0 +1,13 @@ + +Installing Zlib-&zlib-version; + + +Estimated build time: &zlib-time; +Estimated required disk space: &zlib-compsize; + +&c6-zlib-inst; +&aa-zlib-desc; +&aa-zlib-dep; + + + diff --git a/entities/zlib.ent b/entities/zlib.ent new file mode 100644 index 000000000..7f3b191b2 --- /dev/null +++ b/entities/zlib.ent @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/index.xml b/index.xml index fc6af7158..724ea031a 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + + @@ -86,6 +86,7 @@ + %parts; %bookinfo; @@ -154,6 +155,7 @@ %textutils-entities; %utillinux-entities; %vim-entities; +%zlib-entities; ]>