source: general/genlib/libdaemon.xml@ bf565e06

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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