source: general/genlib/libatasmart.xml@ 01ca8dac

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 01ca8dac was 01ca8dac, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Added new package, libatasmart-0.17.

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

  • Property mode set to 100644
File size: 4.2 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.gz">
8 <!ENTITY libatasmart-download-ftp " ">
9 <!ENTITY libatasmart-md5sum "dc36cadbbb7fa38f8af175713eda1a21">
10 <!ENTITY libatasmart-size "368 KB">
11 <!ENTITY libatasmart-buildsize "3 MB">
12 <!ENTITY libatasmart-time "0.1 SBU">
13]>
14
15<sect1 id="libatasmart" xreflabel="libatasmart-&libatasmart-version;">
16 <?dbhtml filename="libatasmart.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libatasmart-&libatasmart-version;</title>
24
25 <indexterm zone="libatasmart">
26 <primary sortas="a-libatasmart">libatasmart</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libatasmart</title>
31
32 <para>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.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&libatasmart-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&libatasmart-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &libatasmart-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &libatasmart-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &libatasmart-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &libatasmart-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <para condition="html" role="usernotes">User Notes:
58 <ulink url="&blfs-wiki;/libatasmart"/></para>
59
60 </sect2>
61
62 <sect2 role="installation">
63 <title>Installation of libatasmart</title>
64
65 <para>Install <application>libatasmart</application> by running the following
66 commands:</para>
67
68<screen><userinput>./configure --prefix=/usr &amp;&amp;
69make</userinput></screen>
70
71 <para>This package does not come with a test suite.</para>
72
73 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
74
75<screen role="root"><userinput>make install</userinput></screen>
76
77 </sect2>
78
79 <sect2 role="content">
80 <title>Contents</title>
81
82 <segmentedlist>
83 <segtitle>Installed Programs</segtitle>
84 <segtitle>Installed Library</segtitle>
85 <segtitle>Installed Directories</segtitle>
86
87 <seglistitem>
88 <seg>skdump and sktest</seg>
89 <seg>libatasmart.{so,a}</seg>
90 <seg>/usr/share/{doc/libatasmart,vala/vapi}</seg>
91 </seglistitem>
92 </segmentedlist>
93
94 <variablelist>
95 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
96 <?dbfo list-presentation="list"?>
97 <?dbhtml list-presentation="table"?>
98
99 <varlistentry id="skdump">
100 <term><command>skdump</command></term>
101 <listitem>
102 <para>is a utility that reports on the status of the disk.</para>
103 <indexterm zone="libatasmart skdump">
104 <primary sortas="b-skdump">skdump</primary>
105 </indexterm>
106 </listitem>
107 </varlistentry>
108
109 <varlistentry id="sktest">
110 <term><command>sktest</command></term>
111 <listitem>
112 <para>is a utility to issue disks tests.</para>
113 <indexterm zone="libatasmart sktest">
114 <primary sortas="b-sktest">sktest</primary>
115 </indexterm>
116 </listitem>
117 </varlistentry>
118
119 <varlistentry id="libatasmart-lib">
120 <term><filename class='libraryfile'>libatasmart.{so,a}</filename></term>
121 <listitem>
122 <para>contains the ATA S.M.A.R.T API functions.</para>
123 <indexterm zone="libatasmart libatasmart-lib">
124 <primary sortas="c-libatasmart">libatasmart.{so,a}</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 </variablelist>
130
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.