source: general/genlib/libarchive.xml@ f9bf7d4a

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 f9bf7d4a was f9bf7d4a, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to pycairo-1.14.0 (python module).
Update to libarchive-3.3.2.
Update to wayland-protocols-1.9.
Update to x265-2.5.

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

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