source: general/genlib/libatasmart.xml@ 45ab6c7

11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.7 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 libatasmart-download-http "http://0pointer.de/public/libatasmart-&libatasmart-version;.tar.xz">
8 <!ENTITY libatasmart-download-ftp " ">
9 <!ENTITY libatasmart-md5sum "53afe2b155c36f658e121fe6def33e77">
10 <!ENTITY libatasmart-size "248 KB">
11 <!ENTITY libatasmart-buildsize "3 MB">
12 <!ENTITY libatasmart-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libatasmart" xreflabel="libatasmart-&libatasmart-version;">
16 <?dbhtml filename="libatasmart.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libatasmart-&libatasmart-version;</title>
23
24 <indexterm zone="libatasmart">
25 <primary sortas="a-libatasmart">libatasmart</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libatasmart</title>
30
31 <para>
32 The <application>libatasmart</application> package is a disk reporting
33 library. It only supports a subset of the ATA S.M.A.R.T. functionality.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libatasmart-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libatasmart-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libatasmart-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libatasmart-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libatasmart-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libatasmart-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/libatasmart"/>
74 </para>
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of libatasmart</title>
79
80 <para>
81 Install <application>libatasmart</application> by running the following
82 commands:
83 </para>
84
85<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
86make</userinput></screen>
87
88 <para>
89 This package does not come with a test suite.
90 </para>
91
92 <para>
93 Now, as the <systemitem class="username">root</systemitem> user:
94 </para>
95
96<screen role="root"><userinput>make docdir=/usr/share/doc/libatasmart-&libatasmart-version; install</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
104 href="../../xincludes/static-libraries.xml"/>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Library</segtitle>
114 <segtitle>Installed Directory</segtitle>
115
116 <seglistitem>
117 <seg>
118 skdump and sktest
119 </seg>
120 <seg>
121 libatasmart.so
122 </seg>
123 <seg>
124 /usr/share/doc/libatasmart-&libatasmart-version;
125 </seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="skdump">
135 <term><command>skdump</command></term>
136 <listitem>
137 <para>
138 is a utility that reports on the status of the disk
139 </para>
140 <indexterm zone="libatasmart skdump">
141 <primary sortas="b-skdump">skdump</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="sktest">
147 <term><command>sktest</command></term>
148 <listitem>
149 <para>
150 is a utility to issue disks tests
151 </para>
152 <indexterm zone="libatasmart sktest">
153 <primary sortas="b-sktest">sktest</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="libatasmart-lib">
159 <term><filename class="libraryfile">libatasmart.so</filename></term>
160 <listitem>
161 <para>
162 contains the ATA S.M.A.R.T API functions
163 </para>
164 <indexterm zone="libatasmart libatasmart-lib">
165 <primary sortas="c-libatasmart">libatasmart.so</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 </variablelist>
171
172 </sect2>
173
174</sect1>
Note: See TracBrowser for help on using the repository browser.