source: general/genlib/libdaemon.xml@ d3e0d850

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 d3e0d850 was d3e0d850, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Tags

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

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