Author: randy
Date: Fri Jan 25 19:23:51 2013
New Revision: 10981

Log:
Added a dependency and modified the libical instructions

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libical.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Fri Jan 25 17:08:30 2013        (r10980)
+++ trunk/BOOK/general.ent      Fri Jan 25 19:23:51 2013        (r10981)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "25">                   <!-- Always 2 digits -->
+<!ENTITY day          "26">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 25th, &year;">
+<!ENTITY releasedate  "January 26th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->

Modified: trunk/BOOK/general/genlib/libical.xml
==============================================================================
--- trunk/BOOK/general/genlib/libical.xml       Fri Jan 25 17:08:30 2013        
(r10980)
+++ trunk/BOOK/general/genlib/libical.xml       Fri Jan 25 19:23:51 2013        
(r10981)
@@ -8,8 +8,8 @@
   <!ENTITY libical-download-ftp  " ">
   <!ENTITY libical-md5sum        "e549f434d5fbf9cd156c60ed4943618f">
   <!ENTITY libical-size          "1.1 MB">
-  <!ENTITY libical-buildsize     "27 MB">
-  <!ENTITY libical-time          "0.3 SBU">
+  <!ENTITY libical-buildsize     "56 MB">
+  <!ENTITY libical-time          "0.5 SBU">
 ]>
 
 <sect1 id="libical" xreflabel="libical-&libical-version;">
@@ -56,11 +56,13 @@
       </listitem>
     </itemizedlist>
 
-    <!-- There is no support for the current version of BLFS BDB
+    <!-- There is no support for the current version of BLFS BDB -->
     <bridgehead renderas="sect3">libical Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="db"/></para> -->
+    <!-- <para role="optional"><xref linkend="db"/></para> -->
+    <para role="optional"><xref linkend="python2"/> (must have
+    <ulink url="http://www.swig.org/";>SWIG</ulink> also)</para>
 
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/libical"/></para>
@@ -73,26 +75,34 @@
     <para>Install <application>libical</application> by running the following
     commands:</para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --enable-cxx &amp;&amp;
 make</userinput></screen>
 
     <para>To test the results, issue: <command>make check</command>.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make install &amp;&amp;
+install -v -m755 -d /usr/share/doc/libical-&libical-version; &amp;&amp;
+install -v -m644    README doc/{Adding,Using}*.txt \
+                    
/usr/share/doc/libical-&libical-version;</userinput></screen>
 
   </sect2>
 
-  <!--  There is no support for the current version of BLFS BDB
+  <!--  There is no support for the current version of BLFS BDB -->
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>-with-bdb4</option>: This option adds support for
-    <application>Berkeley DB 4.0</application>.</para>
+    <!-- <para><option>-with-bdb4</option>: This option adds support for
+    <application>Berkeley DB 4.0</application>.</para> -->
+
+    <para><parameter>--enable-cxx</parameter>: This parameter builds C++
+    <application>libical</application> library bindings.</para>
+
+    <para><option>--enable-python</option>: This option builds Python
+    <application>libical</application> bindings.</para>
 
   </sect2>
-  -->
 
   <sect2 role="content">
     <title>Contents</title>
@@ -100,12 +110,13 @@
     <segmentedlist>
       <segtitle>Installed Programs</segtitle>
       <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directory</segtitle>
+      <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
         <seg>None</seg>
-        <seg>libical.{so,a}, libicalss.{so,a}, and libicalvcal.{so,a}</seg>
-        <seg>/usr/include/libical</seg>
+        <seg>libical{,_cxx}.{so,a}, libicalss{,_cxx}.{so,a}, 
libicalvcal.{so,a},
+        and (optionally) the Python _LibicalWrap.{so,a} modules</seg>
+        <seg>/usr/include/libical and 
/usr/share/doc/libical-&libical-version;</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 25 17:08:30 
2013        (r10980)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 25 19:23:51 
2013        (r10981)
@@ -43,6 +43,17 @@
     </listitem>
 
 -->
+
+    <listitem>
+      <para>January 26th, 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[randy] - Added a dependency and modified the libical
+          instructions.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>January 25th, 2013</para>
       <itemizedlist>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to