From 0801c082a4b64159d74ed2466ed41c81ae0401c1 Mon Sep 17 00:00:00 2001 From: Wayne Blaszczyk Date: Fri, 15 Jan 2010 02:42:16 +0000 Subject: [PATCH] Added new package, libsigc++-2.2.4.2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8217 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 3 +- general/genlib/genlib.xml | 1 + general/genlib/libsigc++.xml | 113 +++++++++++++++++++++++++++++ introduction/welcome/changelog.xml | 9 +++ 4 files changed, 125 insertions(+), 1 deletion(-) create mode 100644 general/genlib/libsigc++.xml diff --git a/general.ent b/general.ent index 3666354b1d..d9590cb8c8 100644 --- a/general.ent +++ b/general.ent @@ -3,7 +3,7 @@ $LastChangedBy$ $Date$ --> - + @@ -171,6 +171,7 @@ $Date$ + diff --git a/general/genlib/libsigc++.xml b/general/genlib/libsigc++.xml new file mode 100644 index 0000000000..713d1adce2 --- /dev/null +++ b/general/genlib/libsigc++.xml @@ -0,0 +1,113 @@ + + + %general-entities; + + + + + + + +]> + + + + + + $LastChangedBy$ + $Date$ + + + libsigc++-&libsigc-version; + + + libsigc++ + + + + Introduction to libsigc++ + + The libsigc++ package implements a typesafe + callback system for standard C++. + + Package Information + + + Download (HTTP): + + + Download (FTP): + + + Download MD5 sum: &libsigc-md5sum; + + + Download size: &libsigc-size; + + + Estimated disk space required: &libsigc-buildsize; + + + Estimated build time: &libsigc-time; + + + + + + + Installation of libsigc++ + + Install libsigc++ by running the following + commands: + +./configure --prefix=/usr && +make + + To test the results, issue: make check. + + Now, as the root user: + +make install + + + + + Contents + + + Installed Programs + Installed Library + Installed Directories + + + None + libsigc-2.0.so + /usr/{include/sigc++-2.0/sigc++/{adaptors/lambda,functors}, + lib/sigc++-2.0/include,share/{devhelp/books/libsigc++-2.0, + doc/libsigc++-2.0/{images,reference/html,tutorial/html}}} + + + + + Short Descriptions + + + + + libsigc-2.0.so + + contains the libsigc++ API + functions. + + libsigc-2.0.so + + + + + + + + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index bd5e6834d4..c5b1298abd 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -41,6 +41,15 @@ --> + + January 15th, 2010 + + + [wblaszcz] - Added new package, libsigc++-2.2.4.2. + + + + January 14th, 2010