source: general/genlib/libarchive.xml@ 7481fd4

12.0 12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 7481fd4 was ed345e7, checked in by Douglas R. Reno <renodr@…>, 11 months ago

Tags

  • Property mode set to 100644
File size: 6.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 libarchive-download-http "https://github.com/libarchive/libarchive/releases/download/v&libarchive-version;/libarchive-&libarchive-version;.tar.xz">
8 <!ENTITY libarchive-download-ftp " ">
9 <!ENTITY libarchive-md5sum "11a217b523dcdd178490bdb1f83353f3">
10 <!ENTITY libarchive-size "5.0 MB">
11 <!ENTITY libarchive-buildsize "42 MB (add 33 MB for tests)">
12 <!ENTITY libarchive-time "0.3 SBU (add 0.7 SBU for tests)">
13]>
14
15<sect1 id="libarchive" xreflabel="libarchive-&libarchive-version;">
16 <?dbhtml filename="libarchive.html"?>
17
18
19 <title>libarchive-&libarchive-version;</title>
20
21 <indexterm zone="libarchive">
22 <primary sortas="a-libarchive">libarchive</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libarchive</title>
27
28 <para>
29 The <application>libarchive</application> library provides a single
30 interface for reading/writing various compression formats.
31 </para>
32
33 &lfs120_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libarchive-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libarchive-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libarchive-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libarchive-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libarchive-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libarchive-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69<!--
70 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
71 <itemizedlist spacing="compact">
72 <listitem>
73 <para>
74 Required patch:
75 <ulink url="&patch-root;/libarchive-&libarchive-version;-testsuite_fix-1.patch"/>
76 </para>
77 </listitem>
78 </itemizedlist>
79-->
80 <bridgehead renderas="sect3">libarchive Dependencies</bridgehead>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="libxml2"/>,
85 <xref linkend="lzo"/>, and
86 <xref linkend="nettle"/>
87 <!-- <ulink url="https://facebook.github.io/zstd/">zstd</ulink> Now in LFS -->
88 </para>
89
90 <para condition="html" role="usernotes">Editor Notes:
91 <ulink url="&blfs-wiki;/libarchive"/>
92 </para>
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of libarchive</title>
97
98 <para>
99 Install <application>libarchive</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>LC_ALL=C make check</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/static-libraries.xml"/>
123
124 <para>
125 <option>--without-xml2</option>: This switch sets expat for xar archive
126 format support instead of preferred libxml2 if both packages are installed.
127 </para>
128
129 <para>
130 <option>--without-nettle</option>: This switch sets OpenSSL for crypto
131 support instead of preferred Nettle if both packages are installed.
132 </para>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Libraries</segtitle>
142 <segtitle>Installed Directories</segtitle>
143
144 <seglistitem>
145 <seg>
146 bsdcat, bsdcpio, bsdtar, and bsdunzip
147 </seg>
148 <seg>
149 libarchive.so
150 </seg>
151 <seg>
152 None
153 </seg>
154 </seglistitem>
155 </segmentedlist>
156
157 <variablelist>
158 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
159 <?dbfo list-presentation="list"?>
160 <?dbhtml list-presentation="table"?>
161
162 <varlistentry id="bsdcat">
163 <term><command>bsdcat</command></term>
164 <listitem>
165 <para>
166 expands files to standard output
167 </para>
168 <indexterm zone="libarchive bsdcat">
169 <primary sortas="b-bsdcat">bsdcat</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="bsdcpio">
175 <term><command>bsdcpio</command></term>
176 <listitem>
177 <para>
178 is a tool similar to <command>cpio</command>
179 </para>
180 <indexterm zone="libarchive bsdcpio">
181 <primary sortas="b-bsdcpio">bsdcpio</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="bsdtar">
187 <term><command>bsdtar</command></term>
188 <listitem>
189 <para>
190 is a tool similar to GNU <command>tar</command>
191 </para>
192 <indexterm zone="libarchive bsdtar">
193 <primary sortas="b-bsdtar">bsdtar</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="bsdunzip">
199 <term><command>bsdunzip</command></term>
200 <listitem>
201 <para>
202 is a tool similar to Info-ZIP <command>unzip</command>
203 </para>
204 <indexterm zone="libarchive bsdunzip">
205 <primary sortas="b-bsdunzip">bsdunzip</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="libarchive-lib">
211 <term><filename class="libraryfile">libarchive.so</filename></term>
212 <listitem>
213 <para>
214 is a library that can create and read several streaming
215 archive formats
216 </para>
217 <indexterm zone="libarchive libarchive-lib">
218 <primary sortas="c-libarchive">libarchive.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 </variablelist>
224
225 </sect2>
226
227</sect1>
Note: See TracBrowser for help on using the repository browser.