From 2270898b5f1544c265caecd00b623639909b9a4f Mon Sep 17 00:00:00 2001 From: Wayne Blaszczyk Date: Sun, 3 Jan 2010 13:19:42 +0000 Subject: [PATCH] Added new package, libggz-0.0.14.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8177 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 5 +- general/genlib/genlib.xml | 1 + general/genlib/libggz.xml | 130 +++++++++++++++++++++++++++++ introduction/welcome/changelog.xml | 9 ++ 4 files changed, 143 insertions(+), 2 deletions(-) create mode 100644 general/genlib/libggz.xml diff --git a/general.ent b/general.ent index 31f2c3a583..593338c7b1 100644 --- a/general.ent +++ b/general.ent @@ -3,13 +3,13 @@ $LastChangedBy$ $Date$ --> - + - + @@ -166,6 +166,7 @@ $Date$ + diff --git a/general/genlib/libggz.xml b/general/genlib/libggz.xml new file mode 100644 index 0000000000..22f3abfa7c --- /dev/null +++ b/general/genlib/libggz.xml @@ -0,0 +1,130 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy$ + $Date$ + + + libggz-&libggz-version; + + + libggz + + + + Introduction to libggz + + The libggz package is the GGZ base library, + used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other + components. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &libggz-md5sum; + + + Download size: &libggz-size; + + + Estimated disk space required: &libggz-buildsize; + + + Estimated build time: &libggz-time; + + + + libggz Dependencies + + Optional + , + , and + + + User Notes: + + + + + + Installation of libggz + + Install libggz by running the following + commands: + +./configure --prefix=/usr \ + --with-tls && +make + + To test the results, issue: make check. + + Now, as the root user: + +make install + + + + + Command Explanations + + --with-tls: This parameter will automaticly + select the use of either GnuTLS or OpenSSL if available. + + + + + Contents + + + Installed Programs + Installed Library + Installed Directories + + + None + libggz.{so,a} + None + + + + + Short Descriptions + + + + + libggz.{so,a} + + contains the libggz API functions. + + libggz.{so,a} + + + + + + + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 05fbefecf4..060f0f13e2 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -40,6 +40,15 @@ --> + + January 4th, 2010 + + + [wblaszcz] - Added new package, libggz-0.0.14.1. + + + + January 3rd, 2010