source: general/sysutils/hwdata.xml@ 1b20792

lazarus trunk
Last change on this file since 1b20792 was 1b20792, checked in by Bruce Dubbs <bdubbs@…>, 6 weeks ago

Update to hwdata-0.381.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 hwdata-download-http "https://github.com/vcrhonek/hwdata/archive/v&hwdata-version;/hwdata-&hwdata-version;.tar.gz">
8 <!ENTITY hwdata-download-ftp " ">
9 <!ENTITY hwdata-md5sum "9db68f209f3393aa5bfa3217d7c890c5">
10 <!ENTITY hwdata-size "2.3 MB">
11 <!ENTITY hwdata-buildsize "18 MB">
12 <!ENTITY hwdata-time "less than 0.1 SBU">
13]>
14
15<sect1 id="hwdata" xreflabel="hwdata-&hwdata-version;">
16 <?dbhtml filename="hwdata.html"?>
17
18
19 <title>hwdata-&hwdata-version;</title>
20
21 <indexterm zone="hwdata">
22 <primary sortas="g-hwdata">hwdata</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to hwdata</title>
27
28 <para>
29 The <application>hwdata</application> package contains
30 current PCI and vendor id data.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&hwdata-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&hwdata-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &hwdata-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &hwdata-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &hwdata-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &hwdata-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of hwdata</title>
73
74 <para>
75 Install <application>hwdata</application> by
76 running the following commands:
77 </para>
78
79<screen><userinput>./configure --prefix=/usr --disable-blacklist</userinput></screen>
80
81 <para>
82 This package does not come with a test suite.
83 </para>
84
85 <para>
86 Now, as the &root; user:
87 </para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
98 <segtitle>Installed Library</segtitle>
99 <segtitle>Installed Directory</segtitle>
100
101 <seglistitem>
102 <seg>None</seg>
103 <seg>None</seg>
104 <seg>
105 /usr/share/hwdata
106 </seg>
107 </seglistitem>
108 </segmentedlist>
109 </sect2>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.