source: general/genlib/libbytesize.xml@ 6dcb9e77

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 6dcb9e77 was 6dcb9e77, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Add volume_key-0.3.9 as a required dependency of libblockdev.
Add libbytesize-0.10 as a required depedency of libblockdev.
Add cryptsetup-1.7.5 as a dependency of libblockdev and required for udisks2.
Add libblockdev-2.9-1 as required depencency for udisks2-2.7.0.
Update to udisks2-2.7.0.

Yes, it was a PITA,

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

  • Property mode set to 100644
File size: 4.4 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 libbytesize-download-http "http://github.com/storaged-project/libbytesize/archive/libbytesize-0.10.tar.gz">
8 <!ENTITY libbytesize-download-ftp " ">
9 <!ENTITY libbytesize-md5sum "c3f050baea4d66f858802f8c423b68c7">
10 <!ENTITY libbytesize-size "68 KB">
11 <!ENTITY libbytesize-buildsize "2.8 MB">
12 <!ENTITY libbytesize-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libbytesize" xreflabel="libbytesize-&libbytesize-version;">
16 <?dbhtml filename="libbytesize.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libbytesize-&libbytesize-version;</title>
24
25 <indexterm zone="libbytesize">
26 <primary sortas="a-libbytesize">libbytesize</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libbytesize</title>
31
32 <para>
33 The <application>libbytesize</application> package is a library
34 facilitates the common operations with sizes in bytes.
35 </para>
36
37 &lfs80_checked;
38 &gcc7_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libbytesize-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libbytesize-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libbytesize-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libbytesize-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libbytesize-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libbytesize-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libbytesize Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="pcre2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="gtk-doc"/>,
84 <xref linkend="python2"/>,
85 <xref linkend="python3"/>, and
86 <ulink url="https://pypi.python.org/pypi/six">six</ulink>
87 (python module for tests)
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/libbytesize"/>
92 </para>
93
94 </sect2>
95
96 <sect2 role="installation">
97 <title>Installation of libbytesize</title>
98
99 <para>
100 Install <application>libbytesize</application> by running the following
101 commands:
102 </para>
103
104<screen><userinput>sh autogen.sh &amp;&amp;
105./configure --prefix=/usr &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 If you have the optional python module '<application>six</application>'
110 installed, the regression tests can be run with: <command>make check</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libbytesize.so
135 </seg>
136 <seg>
137 /usr/lib/python{2,3}/site-packages/bytesize
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141<!--
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libbytesize-lib">
148 <term><filename class='libraryfile'>libbytesize.so</filename></term>
149 <listitem>
150 <para>
151 contains the ATA S.M.A.R.T API functions.
152 </para>
153 <indexterm zone="libbytesize libbytesize-lib">
154 <primary sortas="c-libbytesize">libbytesize.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160-->
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.