1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!-- Place this in the packages.ent file
<!ENTITY TEMPLATE-version "">
-->
<!ENTITY TEMPLATE-download-http "http://">
<!ENTITY TEMPLATE-download-ftp "ftp://">
<!ENTITY TEMPLATE-md5sum "MD5 sum">
<!ENTITY TEMPLATE-size "?? MB">
<!ENTITY TEMPLATE-buildsize "?? MB">
<!ENTITY TEMPLATE-time "?? SBU">
<!-- SBU should be rounded to integer if greater than 10, to one
decimal if below 10, and should be "less than 0.1 SBU" if
below 0.1. If the SBU without parallelisation is too long,
it is acceptable to give the value "with parallelism=N", where
N is the number of threads used. Note that some build system
automatically fix N equal to the number of available CPU cores
on the machine. -->
]>
<!-- Try to keep the indentation used in this file-->
<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
<?dbhtml filename="TEMPLATE.html"?>
<sect1info>
<!-- this part gets updated when you commit, IFF you set the properties:
first, svn add path/to/thisfile.xml and then
svn propset svn:mime-type text/plain path/to/thisfile.xml and
svn propset svn:keywords "Date LastChangedBy" path/to/thisfile.xml -->
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<!-- No other tags inside any title.
Use Title Case in All Titles -->
<title>TEMPLATE-&TEMPLATE-version;</title>
<indexterm zone="TEMPLATE">
<primary sortas="a-TEMPLATE">TEMPLATE</primary>
</indexterm>
<!--Required section-->
<sect2 role="package">
<title>Introduction to TEMPLATE</title>
<para>
The <application>TEMPLATE</application> package contains...
This is useful for...
</para>
<!-- if it builds but hasn't been tested: -->
&lfs9?_built;
<!-- if it works: -->
&lfs9?_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&TEMPLATE-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&TEMPLATE-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &TEMPLATE-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &TEMPLATE-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &TEMPLATE-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &TEMPLATE-time;
</para>
</listitem>
</itemizedlist>
<!-- As required -->
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">TEMPLATE Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="BLFS_DEPENDENCY"/> <!-- notice no period as this is not
a sentence. If there are more than two, they must be separated by commas
with the last member having "and" in front of it. The use of a serial
comma is preferred (a comma after the next to last member before the
"and"). BLFS_DEPENDENCY should be an "id" attribute defined somewhere
in the book (usually in a <sect1>). -->
<xref role="runtime" linkend="RUNTIME_DEPENDENCY"/> (runtime)
<!-- Specifying that a dependency is a runtime one, may avoid circular
dependencies. Add role="runtime" to help jhalfs -->
</para>
<!-- It may be nice to have a separate section for runtime dependencies.
Do it as follow. -->
<bridgehead renderas="sect4">Required at runtime</bridgehead>
<para role="required">
<xref role="runtime" linkend="RUNTIME_DEPENDENCY"/>
</para>
<!-- As required -->
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="BLFS_DEPENDENCY"/> <!-- notice no period as this is not
a sentence. See above for the use of "and" and commas. Normally, neither
required nor recommended dependencies should be <ulink>. -->
<xref linkend="ANOTHER_RECOMMENDED_DEP"/> (required if building
<xref role="nodep" linkend="SOME_FANCY_PACKAGE"/>) <!-- You may need
to refer to another package, which is not a dependency. Use the role
attibute with value "nodep". -->
<!-- See above for runtime dependencies -->
</para>
<!-- As required -->
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="BLFS_DEPENDENCY"/> and
<ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink>
<!-- notice no period as this is not a sentence. See above for the use
of commas and "and". The order should <xref> before <ulink>.-->
<!-- See above how to refer to another package, which is not a
dependency. -->
</para>
<para condition="html" role="usernotes">
User Notes: <ulink url="&blfs-wiki;/TEMPLATE"/>
</para>
</sect2>
<!-- Optional section for packages that need a specific kernel
configuration-->
<sect2 role="kernel" id="TEMPLATE-kernel">
<title>Kernel Configuration</title>
<para>
Enable the following options in the kernel configuration and recompile the
kernel if necessary:
</para>
<!-- Spaces are significant in <screen> sections -->
<screen><literal>Master section --->
Subsection --->
[*] Required parameter [CONFIG_REQU_PAR]
<*> Required parameter (not as module) [CONFIG_REQU_PAR_NMOD]
<*/M> Required parameter (could be a module) [CONFIG_REQU_PAR_MOD]
<*/M/ > Optional parameter [CONFIG_OPT_PAR]
[ ] Incompatible parameter [CONFIG_INCOMP_PAR]
< > Incompatible parameter (even as module) [CONFIG_INCOMP_PAR_MOD]</literal></screen>
<para>
Select the appropriate sub-options that appear when the above options are
selected. As much as possible, the layout should be the same as in
kernel menus.
</para>
<indexterm zone="TEMPLATE TEMPLATE-kernel">
<primary sortas="d-TEMPLATE">TEMPLATE</primary>
</indexterm>
</sect2>
<!--Required section-->
<sect2 role="installation">
<title>Installation of TEMPLATE</title>
<para>
Install <application>TEMPLATE</application> by running the following
commands:
</para>
<!-- Spaces are significant in <screen> sections -->
<screen><userinput>./configure --prefix=/usr --disable-static &&
make</userinput></screen>
<!-- Optional paragraph. Add it when some instructions for building
documentation need optional or external packages. The remap="doc"
attribute signals those kind of instructions. Note: instructions
for generating documentation that can be built with
recommended/required/LFS book packages may be included in the
same block as configure and make. -->
<para>
If you have installed <xref linkend="optional-dep"/>, you can build
the documentation (or additional formats of the documentation) by issuing: </para>
<screen remap="doc"><userinput>make -C doc pdf</userinput></screen>
<!-- adjust the instructions as needed. -->
<!-- Optional paragraph. Use one of the two mentions below about a test
suite, delete the line that is not applicable. Of course, if the
test suite uses syntax other than 'make check', revise the
line to reflect the actual syntax to run the test suite -->
<para>
This package does not come with a test suite.
</para>
<para>
To test the results, issue: <command>make check</command>.
</para>
<!-- Sometimes, more complex instructions are needed for running tests, or
they need to be run as root. They can then be put inside screen
tags using the remap="test" attribute as in the following example: -->
<para>
If you want to run the tests, first create some needed files:
</para>
<screen remap="test"><userinput>make prepare-tests</userinput></screen>
<para>
Then run the tests as the <systemitem class="username">root</systemitem>
user:
</para>
<screen role="root" remap="test"><userinput>make tests</userinput></screen>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<!-- Optional paragraph for documentation that has been generated using
optiona/external packages: -->
<para>
If you have built the optional documentation, install it as the
<systemitem class="username">root</systemitem> user:
</para>
<screen role="root"
remap="doc"><userinput>install -vdm 755 /usr/share/doc/template-&template-version; &&
mv doc/* /usr/share/doc/template-&template-version;</userinput></screen>
<!--Optional section-->
<sect2 role="commands">
<title>Command Explanations</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
<para>
<command>COMMAND</command>: This command does something.
</para>
<para>
<parameter>--PARAMETER</parameter>: This parameter does something
mandatory for BLFS purposes. It will be in the instructions above. It is
not optional and is why it is listed as a parameter and not an option.
</para>
<para>
<option>--OPTION</option>: This option does something optionally per the
user's desires. It is not listed in the instructions above, but instead,
is listed here because many (some) readers may want to include it.
</para>
</sect2>
<sect2 role="using">
<title>Using TEMPLATE</title>
<para>
Stuff about how to use TEMPLATE to do something. This section is rarely
used.
</para>
</sect2>
<!--Optional section-->
<sect2 role="configuration">
<title>Configuring TEMPLATE</title>
<sect3 id="TEMPLATE-config">
<title>Config Files</title>
<para>
<filename>~/.Configfilename1</filename> and
<filename>/etc/path/Configfilename2</filename> <!-- notice no period as this is not a sentence-->
</para>
<indexterm zone="TEMPLATE TEMPLATE-config">
<primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
</indexterm>
<indexterm zone="TEMPLATE TEMPLATE-config">
<primary
sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
</indexterm>
</sect3>
<sect3><title>Configuration Information</title>
<para>
Blah blah blah about config.
</para>
<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
<!-- File creation. Add the appropriate <indexterm> block if needed.-->
<para>
Create the file .... for ...
</para>
<screen role="root"><userinput>cat >> /PATH/FILENAME << "EOF"
<literal># Begin FILENAME
TEXT
# End FILENAME</literal>
EOF</userinput></screen>
</sect3>
<sect3 id="TEMPLATE-init">
<title>Boot Script</title>
<para>
To automatically start the <command>TEMPLATE</command> daemon when the
system is rebooted, install the
<filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
<xref linkend="bootscripts" revision="sysv"/>
<xref linkend="systemd-units" revision="systemd"/> package as the
<systemitem class="username">root</systemitem> user:
</para>
<indexterm zone="TEMPLATE TEMPLATE-init">
<primary sortas="f-TEMPLATE">TEMPLATE</primary>
</indexterm>
<screen role="root"><userinput>make install-TEMPLATE</userinput></screen>
</sect3>
</sect2>
<!--Required section-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program(s)</segtitle>
<segtitle>Installed Librar(y,ies)</segtitle>
<segtitle>Installed Director(y,ies)</segtitle>
<!-- If there were no programs, libraries, or directories created, then
we would list the section as "None". However, a decision must have
been made to change the "None" to just removing the whole section
because I've noticed that many packages have had the "None"
removed and the section completely removed as well. The reasoning
was that by putting "None", it appears as we know there are none.
Without anything it appears as we are not sure. -->
<seglistitem>
<seg>
PROGRAM1, PROGRAM2 and PROGRAM3.
</seg>
<seg>
libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so.
</seg>
<seg>
/etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
/usr/share/TEMPLATE-&TEMPLATE-version;,
/usr/share/doc/TEMPLATE-&TEMPLATE-version; and
/var/lib/TEMPLATE.
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<!-- If the program or library name conflicts (is the same) as the
package name, add -prog or -lib to the varlistentry entity id
and the 2nd entry of the indexterm zone entity -->
<varlistentry id="PROGRAM1">
<term><command>PROGRAM1</command></term>
<listitem>
<para>
does this ..... (end the sentence with a period).
</para>
<indexterm zone="TEMPLATE PROGRAM1">
<primary sortas="b-PROGRAM1">PROGRAM1</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="PROGRAM2">
<term><command>PROGRAM2</command></term>
<listitem>
<para>
does this ..... (end the sentence with a period).
</para>
<indexterm zone="TEMPLATE PROGRAM2">
<primary sortas="b-PROGRAM2">PROGRAM2</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libLIBRARY1">
<term><filename class="libraryfile">libLIBRARY1.so</filename></term>
<listitem>
<para>
contains functions that ..... (end the sentence with a period).
</para>
<indexterm zone="TEMPLATE libLIBRARY1">
<primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>
|