source: archive/hdwids.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.1 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 hdwids-download-http "&sources-anduin-other-http;/hdwids-&hdwids-version;.tar.xz">
8 <!ENTITY hdwids-download-ftp " ">
9 <!ENTITY hdwids-md5sum "9064167bafde9a89bc890ec842783a53">
10 <!ENTITY hdwids-size "1.2 MB">
11 <!ENTITY hdwids-buildsize "7.0 MB">
12 <!ENTITY hdwids-time "less than 0.1 SBU">
13]>
14
15<sect1 id="hdwids" xreflabel="hdwids-&hdwids-version;">
16 <?dbhtml filename="hdwids.html"?>
17
18
19 <title>hdwids-&hdwids-version;</title>
20
21 <indexterm zone="hdwids">
22 <primary sortas="a-hdwids">hdwids</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to hdwids</title>
27
28 <para>
29 The <application>hdwids</application> package contains provides USB and
30 PCI data.
31 </para>
32
33 &lfs76_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&hdwids-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&hdwids-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &hdwids-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &hdwids-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &hdwids-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &hdwids-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <para>The <application>hdwids</application> tarballs are not generated by
70 the maintainers. The source tarball above was created by the BLFS team by
71 pulling a git version, and removing .git*. BLFS made no changes to the
72 existing source files.</para>
73<!--
74 <bridgehead renderas="sect3">hdwids Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="libusb"/>
79 </para>-->
80
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/hdwids"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of hdwids</title>
88
89 <para>
90 Install <application>hdwids</application> by running the following
91 commands, as the <systemitem class="username">root</systemitem> user:
92 </para>
93
94<screen role="root"><userinput>for ids in pci.ids usb.ids; do
95 install -vDm644 $ids usr/share/hwdata/$ids
96done &amp;&amp;
97unset ids</userinput></screen>
98
99 </sect2>
100<!--
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para>
105 <option>-/-disable-zlib</option>: This stops
106 <application>hdwids</application> from installing a
107 compressed <filename>usb.ids</filename> alongside the
108 uncompressed one.
109 </para>
110
111 </sect2>
112-->
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Programs</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 None
125 </seg>
126 <seg>
127 None
128 </seg>
129 <seg>
130 /usr/share/hwdata
131 </seg>
132 </seglistitem>
133 </segmentedlist>
134<!--
135 <variablelist>
136 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
137 <?dbfo list-presentation="list"?>
138 <?dbhtml list-presentation="table"?>
139
140 <varlistentry id="lsusb">
141 <term><command>lsusb</command></term>
142 <listitem>
143 <para>
144 is a utility for displaying information about all USB buses
145 in the system and all devices connected to them.
146 </para>
147 <indexterm zone="hdwids lsusb">
148 <primary sortas="b-lsusb">lsusb</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>-->
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.