source: template/template.xml@ 6fe407f4

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 6fe407f4 was 6fe407f4, checked in by David Bryant <davidbryant@…>, 18 months ago

Clarified comments in "template.xml".

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