source: general/genlib/libdaemon.xml@ 98e2adf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 98e2adf was 98e2adf, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Fix URL: avahi, libasyncns (at pulseaudio page), libatasmart, libcanberra, libdaemon and mod_dnssd.

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!-- <!ENTITY libdaemon-download-http "http://0pointer.de/lennart/projects/libdaemon/libdaemon-&libdaemon-version;.tar.gz">-->
8 <!ENTITY libdaemon-download-http "&fedora-http-repo;/libdaemon/libdaemon-&libdaemon-version;.tar.gz/&libdaemon-md5sum;/libdaemon-&libdaemon-version;.tar.gz">
9 <!ENTITY libdaemon-download-ftp " ">
10 <!ENTITY libdaemon-md5sum "509dc27107c21bcd9fbf2f95f5669563">
11 <!ENTITY libdaemon-size "332 KB">
12 <!ENTITY libdaemon-buildsize "3 MB">
13 <!ENTITY libdaemon-time "0.1 SBU">
14]>
15
16<sect1 id="libdaemon" xreflabel="libdaemon-&libdaemon-version;">
17 <?dbhtml filename="libdaemon.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libdaemon-&libdaemon-version;</title>
25
26 <indexterm zone="libdaemon">
27 <primary sortas="a-libdaemon">libdaemon</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libdaemon</title>
32
33 <para>
34 The <application>libdaemon</application> package is a lightweight C
35 library that eases the writing of UNIX daemons.
36 </para>
37
38 &lfs75_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libdaemon-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libdaemon-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libdaemon-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libdaemon-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libdaemon-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libdaemon-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libdaemon Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="doxygen"/> and
79 <xref linkend="lynx"/>
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/libdaemon"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of libdaemon</title>
89
90 <para>
91 Install <application>libdaemon</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 If you have <application>Doxygen</application> installed and wish to
100 build the API documentation, issue the following command:
101 </para>
102
103<screen><userinput>make -C doc doxygen</userinput></screen>
104
105 <para>
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>make docdir=/usr/share/doc/libdaemon-&libdaemon-version; install</userinput></screen>
114
115 <para>
116 If you built the API documentation, install it using the following commands
117 as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdaemon-&libdaemon-version;/api &amp;&amp;
121install -v -m644 doc/reference/html/* /usr/share/doc/libdaemon-&libdaemon-version;/api &amp;&amp;
122install -v -m644 doc/reference/man/man3/* /usr/share/man/man3</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/static-libraries.xml"/>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Programs</segtitle>
139 <segtitle>Installed Library</segtitle>
140 <segtitle>Installed Directories</segtitle>
141
142 <seglistitem>
143 <seg>
144 None
145 </seg>
146 <seg>
147 libdaemon.so
148 </seg>
149 <seg>
150 /usr/include/libdaemon and
151 /usr/share/doc/libdaemon-&libdaemon-version;
152 </seg>
153 </seglistitem>
154 </segmentedlist>
155
156 <variablelist>
157 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
158 <?dbfo list-presentation="list"?>
159 <?dbhtml list-presentation="table"?>
160
161 <varlistentry id="libdaemon-lib">
162 <term><filename class='libraryfile'>libdaemon.so</filename></term>
163 <listitem>
164 <para>
165 contains the <application>libdaemon</application> API functions.
166 </para>
167 <indexterm zone="libdaemon libdaemon-lib">
168 <primary sortas="c-libdaemon">libdaemon.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.