Ignore:
Timestamp:
05/11/2012 01:49:44 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0331c46
Parents:
e355d777
Message:

Removed telepathy-farsight. Check libdaemon, libusb-compat and mod_dnssd. Sort Xorg Libraries section of general.ent

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10170 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libdaemon.xml

    re355d777 r89e3131  
    3030    <title>Introduction to libdaemon</title>
    3131
    32     <para>The <application>libdaemon</application> package is a lightweight C
    33     library that eases the writing of UNIX daemons.</para>
     32    <para>
     33      The <application>libdaemon</application> package is a lightweight C
     34      library that eases the writing of UNIX daemons.
     35    </para>
    3436
    35     &lfs65_checked;
     37    &lfs70_checked;
    3638
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
    3840    <itemizedlist spacing="compact">
    3941      <listitem>
    40         <para>Download (HTTP): <ulink url="&libdaemon-download-http;"/></para>
     42        <para>
     43          Download (HTTP): <ulink url="&libdaemon-download-http;"/>
     44        </para>
    4145      </listitem>
    4246      <listitem>
    43         <para>Download (FTP): <ulink url="&libdaemon-download-ftp;"/></para>
     47        <para>
     48          Download (FTP): <ulink url="&libdaemon-download-ftp;"/>
     49        </para>
    4450      </listitem>
    4551      <listitem>
    46         <para>Download MD5 sum: &libdaemon-md5sum;</para>
     52        <para>
     53          Download MD5 sum: &libdaemon-md5sum;
     54        </para>
    4755      </listitem>
    4856      <listitem>
    49         <para>Download size: &libdaemon-size;</para>
     57        <para>
     58          Download size: &libdaemon-size;
     59        </para>
    5060      </listitem>
    5161      <listitem>
    52         <para>Estimated disk space required: &libdaemon-buildsize;</para>
     62        <para>
     63          Estimated disk space required: &libdaemon-buildsize;
     64        </para>
    5365      </listitem>
    5466      <listitem>
    55         <para>Estimated build time: &libdaemon-time;</para>
     67        <para>
     68          Estimated build time: &libdaemon-time;
     69        </para>
    5670      </listitem>
    5771    </itemizedlist>
     
    6074
    6175    <bridgehead renderas="sect4">Optional</bridgehead>
    62     <para role="optional"><xref linkend="lynx"/> and
    63     <xref linkend="doxygen"/></para>
     76    <para role="optional">
     77      <xref linkend="doxygen"/> and
     78      <xref linkend="lynx"/>
     79    </para>
    6480
    6581    <para condition="html" role="usernotes">User Notes:
     
    7187    <title>Installation of libdaemon</title>
    7288
    73     <para>Install <application>libdaemon</application> by running the following
    74     commands:</para>
     89    <para>
     90      Install <application>libdaemon</application> by running the following
     91      commands:
     92    </para>
    7593
    76 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7795make</userinput></screen>
    7896
    79     <para>If you have <application>Doxygen</application> installed and wish to
    80     build the API documentation, issue the following command:</para>
     97    <para>
     98      If you have <application>Doxygen</application> installed and wish to
     99      build the API documentation, issue the following command:
     100    </para>
    81101
    82102<screen><userinput>make -C doc doxygen</userinput></screen>
    83103
    84     <para>This package does not come with a test suite.</para>
     104    <para>
     105      This package does not come with a test suite.
     106    </para>
    85107
    86     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     108    <para>
     109      Now, as the <systemitem class="username">root</systemitem> user:
     110    </para>
    87111
    88112<screen role="root"><userinput>make docdir=/usr/share/doc/libdaemon-&libdaemon-version; install</userinput></screen>
    89113
    90     <para>If you built the API documentation, install it using the following
    91     commands as the <systemitem class="username">root</systemitem> user:</para>
     114    <para>
     115      If you built the API documentation, install it using the following commands
     116      as the <systemitem class="username">root</systemitem> user:
     117    </para>
    92118
    93119<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdaemon-&libdaemon-version;/api &amp;&amp;
    94 install -v -m644    doc/reference/html/* \
    95                     /usr/share/doc/libdaemon-&libdaemon-version;/api</userinput></screen>
     120install -v -m644 doc/reference/html/* /usr/share/doc/libdaemon-&libdaemon-version;/api &amp;&amp;
     121install -v -m644 doc/reference/man/man3/* /usr/share/man/man3</userinput></screen>
     122
     123  </sect2>
     124
     125  <sect2 role="commands">
     126    <title>Command Explanations</title>
     127
     128    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     129      href="../../xincludes/static-libraries.xml"/>
    96130
    97131  </sect2>
     
    101135
    102136    <segmentedlist>
    103       <segtitle>Installed Programs</segtitle>
    104137      <segtitle>Installed Library</segtitle>
    105138      <segtitle>Installed Directories</segtitle>
    106139
    107140      <seglistitem>
    108         <seg>None</seg>
    109         <seg>libdaemon.{so,a}</seg>
    110         <seg>/usr/include/libdaemon and
    111         /usr/share/doc/libdaemon-&libdaemon-version;</seg>
     141        <seg>
     142          libdaemon.so
     143        </seg>
     144        <seg>
     145          /usr/include/libdaemon and
     146          /usr/share/doc/libdaemon-&libdaemon-version;
     147        </seg>
    112148      </seglistitem>
    113149    </segmentedlist>
     
    119155
    120156      <varlistentry id="libdaemon-lib">
    121         <term><filename class='libraryfile'>libdaemon.{so,a}</filename></term>
     157        <term><filename class='libraryfile'>libdaemon.so</filename></term>
    122158        <listitem>
    123           <para>contains the <application>libdaemon</application> API
    124           functions.</para>
     159          <para>
     160            contains the <application>libdaemon</application> API functions.
     161          </para>
    125162          <indexterm zone="libdaemon libdaemon-lib">
    126             <primary sortas="c-libdaemon">libdaemon.{so,a}</primary>
     163            <primary sortas="c-libdaemon">libdaemon.so</primary>
    127164          </indexterm>
    128165        </listitem>
Note: See TracChangeset for help on using the changeset viewer.