source: general/genlib/libatasmart.xml@ 5acd8d2

7.6-blfs 7.6-systemd kde5-14269 kde5-14686 systemd-13485
Last change on this file since 5acd8d2 was 5acd8d2, checked in by Krejzi <krejzi@…>, 10 years ago

Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13942 af4574ff-66df-0310-9fd7-8a98e5e911e0

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