source: general/genlib/libarchive.xml

trunk
Last change on this file was a8586f30, checked in by Bruce Dubbs <bdubbs@…>, 2 weeks ago

Update to libarchive-3.7.3.

  • Property mode set to 100644
File size: 6.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "b60683739a16ff6f00f32aa3516402ed">
10 <!ENTITY libarchive-size "5.2 MB">
11 <!ENTITY libarchive-buildsize "42 MB (add 32 MB for tests)">
12 <!ENTITY libarchive-time "0.4 SBU (add 0.6 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 &lfs121_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"/>,
86 <xref linkend="nettle"/>, and
87 <xref linkend="pcre2"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of libarchive</title>
93
94 <para>
95 Install <application>libarchive</application> by running the following
96 commands:
97 </para>
98
99<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To test the results, issue: <command>LC_ALL=C make check</command>.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114 <sect2 role="commands">
115 <title>Command Explanations</title>
116
117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/static-libraries.xml"/>
119
120 <para>
121 <option>--without-xml2</option>: This switch sets expat for xar archive
122 format support instead of preferred libxml2 if both packages are installed.
123 </para>
124
125 <para>
126 <option>--without-nettle</option>: This switch sets OpenSSL for crypto
127 support instead of preferred Nettle if both packages are installed.
128 </para>
129
130 </sect2>
131
132 <sect2 role="content">
133 <title>Contents</title>
134
135 <segmentedlist>
136 <segtitle>Installed Programs</segtitle>
137 <segtitle>Installed Libraries</segtitle>
138 <segtitle>Installed Directories</segtitle>
139
140 <seglistitem>
141 <seg>
142 bsdcat, bsdcpio, bsdtar, and bsdunzip
143 </seg>
144 <seg>
145 libarchive.so
146 </seg>
147 <seg>
148 None
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="bsdcat">
159 <term><command>bsdcat</command></term>
160 <listitem>
161 <para>
162 expands files to standard output
163 </para>
164 <indexterm zone="libarchive bsdcat">
165 <primary sortas="b-bsdcat">bsdcat</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="bsdcpio">
171 <term><command>bsdcpio</command></term>
172 <listitem>
173 <para>
174 is a tool similar to <command>cpio</command>
175 </para>
176 <indexterm zone="libarchive bsdcpio">
177 <primary sortas="b-bsdcpio">bsdcpio</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 <varlistentry id="bsdtar">
183 <term><command>bsdtar</command></term>
184 <listitem>
185 <para>
186 is a tool similar to GNU <command>tar</command>
187 </para>
188 <indexterm zone="libarchive bsdtar">
189 <primary sortas="b-bsdtar">bsdtar</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="bsdunzip">
195 <term><command>bsdunzip</command></term>
196 <listitem>
197 <para>
198 is a tool similar to Info-ZIP <command>unzip</command>
199 </para>
200 <indexterm zone="libarchive bsdunzip">
201 <primary sortas="b-bsdunzip">bsdunzip</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="libarchive-lib">
207 <term><filename class="libraryfile">libarchive.so</filename></term>
208 <listitem>
209 <para>
210 is a library that can create and read several streaming
211 archive formats
212 </para>
213 <indexterm zone="libarchive libarchive-lib">
214 <primary sortas="c-libarchive">libarchive.so</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 </variablelist>
220
221 </sect2>
222
223</sect1>
Note: See TracBrowser for help on using the repository browser.