Author: manuel
Date: 2005-05-07 04:22:40 -0600 (Sat, 07 May 2005)
New Revision: 4003

Modified:
   trunk/BOOK/general/sysutils/pkgconfig.xml
Log:
Tagged pkgconfig.xml

Modified: trunk/BOOK/general/sysutils/pkgconfig.xml
===================================================================
--- trunk/BOOK/general/sysutils/pkgconfig.xml   2005-05-07 10:15:19 UTC (rev 
4002)
+++ trunk/BOOK/general/sysutils/pkgconfig.xml   2005-05-07 10:22:40 UTC (rev 
4003)
@@ -4,106 +4,122 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-<!ENTITY pkgconfig-download-http 
"http://pkgconfig.freedesktop.org/releases/pkgconfig-&pkgconfig-version;.tar.gz";>
-<!ENTITY pkgconfig-download-ftp 
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pkgconfig-&pkgconfig-version;.tar.gz";>
-<!ENTITY pkgconfig-md5sum "a0829ae71b586e027183b2a1cfe0ce88">
-<!ENTITY pkgconfig-size "965 KB">
-<!ENTITY pkgconfig-buildsize "10.7 MB">
-<!ENTITY pkgconfig-time "0.31 SBU">
+  <!ENTITY pkgconfig-download-http 
"http://pkgconfig.freedesktop.org/releases/pkgconfig-&pkgconfig-version;.tar.gz";>
+  <!ENTITY pkgconfig-download-ftp 
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/pkgconfig-&pkgconfig-version;.tar.gz";>
+  <!ENTITY pkgconfig-md5sum "a0829ae71b586e027183b2a1cfe0ce88">
+  <!ENTITY pkgconfig-size "965 KB">
+  <!ENTITY pkgconfig-buildsize "10.7 MB">
+  <!ENTITY pkgconfig-time "0.31 SBU">
 ]>
 
 <sect1 id="pkgconfig" xreflabel="pkgconfig-&pkgconfig-version;">
-<sect1info>
-<othername>$LastChangedBy$</othername>
-<date>$Date$</date>
-</sect1info>
-<?dbhtml filename="pkgconfig.html"?>
-<title><application>pkgconfig</application>-&pkgconfig-version;</title>
-<indexterm zone="pkgconfig">
-<primary sortas="a-Pkgconfig">Pkgconfig</primary></indexterm>
+  <?dbhtml filename="pkgconfig.html"?>
 
-<sect2>
-<title>Introduction to <application>pkgconfig</application></title>
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
 
-<para>The <application>pkgconfig</application> package contains
-tools for passing the include path and/or library paths to build tools during
-the <command>make</command> file execution.</para>
+  <title>Pkgconfig-&pkgconfig-version;</title>
 
-<sect3><title>Package information</title>
-<itemizedlist spacing='compact'>
-<listitem><para>Download (HTTP): 
-<ulink url="&pkgconfig-download-http;"/></para></listitem>
-<listitem><para>Download (FTP): 
-<ulink url="&pkgconfig-download-ftp;"/></para></listitem>
-<listitem><para>Download MD5 sum: &pkgconfig-md5sum;</para></listitem>
-<listitem><para>Download size: &pkgconfig-size;</para></listitem>
-<listitem><para>Estimated disk space required: 
-&pkgconfig-buildsize;</para></listitem>
-<listitem><para>Estimated build time: 
-&pkgconfig-time;</para></listitem></itemizedlist>
-</sect3>
+  <indexterm zone="pkgconfig">
+    <primary sortas="a-Pkgconfig">Pkgconfig</primary>
+  </indexterm>
 
-</sect2>
+  <sect2 role="package">
+    <title>Introduction to Pkgconfig</title>
 
-<sect2>
-<title>Installation of <application>pkgconfig</application></title>
+    <para>The <application>pkgconfig</application> package contains
+    tools for passing the include path and/or library paths to build tools 
during
+    the <command>make</command> file execution.</para>
 
-<para>Install <application>pkgconfig</application> by running the following 
-commands:</para>
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&pkgconfig-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&pkgconfig-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &pkgconfig-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &pkgconfig-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &pkgconfig-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &pkgconfig-time;</para>
+      </listitem>
+    </itemizedlist>
 
-<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
-make</command></userinput></screen>
+  </sect2>
 
-<para>To test the results, issue: <command>make check</command>.</para>
+  <sect2 role="installation">
+    <title>Installation of Pkgconfig</title>
 
-<para>Now, as the root user:</para>
+    <para>Install <application>pkgconfig</application> by running the 
following 
+    commands:</para>
 
-<screen><userinput role='root'><command>make 
install</command></userinput></screen>
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
 
-</sect2>
+    <para>To test the results, issue: <command>make check</command>.</para>
 
-<sect2>
-<title>Configuring <application>pkgconfig</application></title>
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<para>The default setting for <envar>PKG_CONFIG_PATH</envar> is
-<filename>/usr/lib/pkgconfig</filename> because of the prefix used to 
-install pkgconfig.  You may add to <envar>PKG_CONFIG_PATH</envar> by exporting
-additional paths on your system where <application>pkgconfig</application> 
-files are installed. Note that <envar>PKG_CONFIG_PATH</envar> is only needed 
-when compiling packages, not during run-time.</para>
+<screen role="root"><userinput>make install</userinput></screen>
 
-</sect2>
+  </sect2>
 
-<sect2>
-<title>Contents</title>
+  <sect2 role="configuration">
+    <title>Configuring Pkgconfig</title>
 
-<segmentedlist>
-<segtitle>Installed Program</segtitle>
-<segtitle>Installed Libraries</segtitle>
-<segtitle>Installed Directories</segtitle>
+    <para>The default setting for <envar>PKG_CONFIG_PATH</envar> is
+    <filename>/usr/lib/pkgconfig</filename> because of the prefix used to 
+    install pkgconfig.  You may add to <envar>PKG_CONFIG_PATH</envar> by 
exporting
+    additional paths on your system where <application>pkgconfig</application> 
+    files are installed. Note that <envar>PKG_CONFIG_PATH</envar> is only 
needed 
+    when compiling packages, not during run-time.</para>
 
-<seglistitem>
-<seg>pkg-config</seg>
-<seg>None</seg>
-<seg>None</seg>
-</seglistitem>
-</segmentedlist>
+  </sect2>
 
-<variablelist>
-<bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
+  <sect2 role="content">
+    <title>Contents</title>
 
-<varlistentry id="pkg-config">
-<term><command>pkg-config</command></term>
-<listitem><para>is a function that returns meta information for the specified 
-library.</para>
-<indexterm zone="pkgconfig pkg-config">
-<primary sortas="b-pkg-config">pkg-config</primary>
-</indexterm></listitem>
-</varlistentry>
-</variablelist>
+    <segmentedlist>
+      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directories</segtitle>
 
-</sect2>
+      <seglistitem>
+        <seg>pkg-config</seg>
+        <seg>None</seg>
+        <seg>None</seg>
+      </seglistitem>
+    </segmentedlist>
 
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+
+      <varlistentry id="pkg-config">
+        <term><command>pkg-config</command></term>
+        <listitem>
+          <para>is a function that returns meta information for the specified 
+          library.</para>
+          <indexterm zone="pkgconfig pkg-config">
+            <primary sortas="b-pkg-config">pkg-config</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
+  </sect2>
+
 </sect1>
 

-- 
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