source: template/template.xml@ 8c18dbc

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8c18dbc was 9ebf027, checked in by Randy McMurchy <randy@…>, 19 years ago

Added new package Java Access Bridge-1.4.2

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

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!-- Place this in the general.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]>
18
19<sect1 id="template" xreflabel="template-&template-version;">
20<sect1info>
21<othername>$LastChangedBy$</othername>
22<date>$Date$</date>
23</sect1info>
24<?dbhtml filename="template.html"?>
25<title><application>template</application>-&template-version;</title>
26
27<sect2>
28<title>Introduction to <application>template</application></title>
29
30<para>The <application>template</application> package contains...
31This is useful for...</para>
32
33<sect3><title>Package information</title>
34<itemizedlist spacing="compact">
35<listitem><para>Download (HTTP):
36<ulink url="&template-download-http;"/></para></listitem>
37<listitem><para>Download (FTP):
38<ulink url="&template-download-ftp;"/></para></listitem>
39<listitem><para>Download MD5 sum:
40&template-md5sum;</para></listitem>
41<listitem><para>Download size:
42&template-size;</para></listitem>
43<listitem><para>Estimated disk space required:
44&template-buildsize;</para></listitem>
45<listitem><para>Estimated build time:
46&template-time;</para></listitem></itemizedlist>
47</sect3>
48
49<sect3><title>Additional downloads</title>
50<itemizedlist spacing="compact">
51<listitem><para>Required Patch: <ulink
52url="&patch-root;/template-&template-version;-patch_name-patch_version.patch"/></para>
53</listitem></itemizedlist>
54</sect3>
55
56<sect3><title><application>template</application> dependencies</title>
57<sect4><title>Required</title>
58<para><xref linkend="BLFS DEPENDENCY"/></para>
59</sect4>
60
61<sect4><title>Optional</title>
62<para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>
63</sect4>
64</sect3>
65
66</sect2>
67
68<sect2>
69<title>Installation of <application>template</application></title>
70
71<para>Install <application>template</application> by running the following
72commands:</para>
73
74<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
75make &amp;&amp;
76make install</command></userinput></screen>
77
78</sect2>
79
80<sect2>
81<title>Command explanations</title>
82
83<para><command>COMMAND</command>: This command does something.</para>
84
85<para><parameter>--SWITCH=PARAMETER</parameter>: This parameter does
86something mandatory for BLFS purposes.</para>
87
88<para><option>--OPTION</option>: This option does something optionally
89per the user's desires.</para>
90
91</sect2>
92
93<sect2>
94<title>Configuring <application>template</application></title>
95
96<sect3><title>Config files</title>
97<para><filename>List of config files</filename></para>
98</sect3>
99
100<sect3><title>Configuration Information</title>
101
102<para><userinput>USERINPUT GOES HERE</userinput> Blah blah blah about config.
103</para>
104</sect3>
105
106</sect2>
107
108<sect2>
109<title>Contents</title>
110
111<para>The <application>template</application> package contains
112<command>LISTOFEXEC</command>, <filename>LISTOFFILES</filename>.</para>
113
114</sect2>
115
116<sect2><title>Description</title>
117
118<sect3><title>item1</title>
119<para><command>item1</command> does this</para></sect3>
120
121<sect3><title>item2</title>
122<para><filename>item2</filename> does that</para></sect3>
123
124</sect2>
125
126</sect1>
127
Note: See TracBrowser for help on using the repository browser.