source: general/genlib/libdaemon.xml@ 50ab38f

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 50ab38f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.0 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 <date>$Date$</date>
20 </sect1info>
21
22 <title>libdaemon-&libdaemon-version;</title>
23
24 <indexterm zone="libdaemon">
25 <primary sortas="a-libdaemon">libdaemon</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libdaemon</title>
30
31 <para>
32 The <application>libdaemon</application> package is a lightweight C
33 library that eases the writing of UNIX daemons.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libdaemon-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libdaemon-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libdaemon-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libdaemon-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libdaemon-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libdaemon-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libdaemon Dependencies</bridgehead>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional">
76 <xref linkend="doxygen"/> and
77 <xref linkend="lynx"/>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/libdaemon"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of libdaemon</title>
87
88 <para>
89 Install <application>libdaemon</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
94make</userinput></screen>
95
96 <para>
97 If you have <application>Doxygen</application> installed and wish to
98 build the API documentation, issue the following command:
99 </para>
100
101<screen remap="doc"><userinput>make -C doc doxygen</userinput></screen>
102
103 <para>
104 This package does not come with a test suite.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make docdir=/usr/share/doc/libdaemon-&libdaemon-version; install</userinput></screen>
112
113 <para>
114 If you built the API documentation, install it using the following commands
115 as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<!-- there is a link from README.html to reference/html, so install there -->
119<screen role="root"
120 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/libdaemon-&libdaemon-version;/reference/html &amp;&amp;
121install -v -m644 doc/reference/html/* /usr/share/doc/libdaemon-&libdaemon-version;/reference/html &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.