source: general/genlib/libarchive.xml@ d86a91f

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 d86a91f 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
RevLine 
[57f7cfa]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
[5b38e37]7 <!ENTITY libarchive-download-http "http://www.libarchive.org/downloads/libarchive-&libarchive-version;.tar.gz">
[57f7cfa]8 <!ENTITY libarchive-download-ftp " ">
[f9bf7d4a]9 <!ENTITY libarchive-md5sum "4583bd6b2ebf7e0e8963d90879eb1b27">
[b1424747]10 <!ENTITY libarchive-size "6.0 MB">
[f9bf7d4a]11 <!ENTITY libarchive-buildsize "37 MB (add 26 MB for tests)">
12 <!ENTITY libarchive-time "0.3 SBU (add 1.5 SBU for tests)">
[57f7cfa]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
[5b38e37]32 <para>
33 The <application>libarchive</application> library provides a single
34 interface for reading/writing various compression formats.
35 </para>
[57f7cfa]36
[63e8fcf9]37 &lfs80_checked;
[f9bf7d4a]38 &gcc7_checked;
[57f7cfa]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[5b38e37]43 <para>
[56605b9]44 Download (HTTP): <ulink url="&libarchive-download-http;"/>
45 </para>
[57f7cfa]46 </listitem>
47 <listitem>
[5b38e37]48 <para>
49 Download (FTP): <ulink url="&libarchive-download-ftp;"/>
50 </para>
[57f7cfa]51 </listitem>
52 <listitem>
[5b38e37]53 <para>
54 Download MD5 sum: &libarchive-md5sum;
55 </para>
[57f7cfa]56 </listitem>
57 <listitem>
[5b38e37]58 <para>
59 Download size: &libarchive-size;
60 </para>
[57f7cfa]61 </listitem>
62 <listitem>
[5b38e37]63 <para>
64 Estimated disk space required: &libarchive-buildsize;
65 </para>
[57f7cfa]66 </listitem>
67 <listitem>
[5b38e37]68 <para>
69 Estimated build time: &libarchive-time;
70 </para>
[57f7cfa]71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libarchive Dependencies</bridgehead>
75
[af822af]76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
[56605b9]78 <xref linkend="libxml2"/>,
[652b18b]79 <xref linkend="lzo"/>, and
[9efe5ae]80 <xref linkend="nettle"/> or
[5b38e37]81 <xref linkend="openssl"/>
[57f7cfa]82 </para>
83
84 <para condition="html" role="usernotes">User Notes:
[5b38e37]85 <ulink url="&blfs-wiki;/libarchive"/>
86 </para>
[57f7cfa]87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of libarchive</title>
91
[5b38e37]92 <para>
93 Install <application>libarchive</application> by running the following
94 commands:
95 </para>
[57f7cfa]96
[4dd2e4c]97<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[57f7cfa]98make</userinput></screen>
99
[5b38e37]100 <para>
[dfff8213]101 To test the results, issue: <command>make check</command>.
[5b38e37]102 </para>
[b88be39]103
[5b38e37]104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
[57f7cfa]107
108<screen role="root"><userinput>make install</userinput></screen>
109
[40a4d44]110 </sect2>
[0d7900a]111
[5b38e37]112 <sect2 role="commands">
[40a4d44]113 <title>Command Explanations</title>
114
[5b38e37]115 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
116 href="../../xincludes/static-libraries.xml"/>
[40a4d44]117
[9efe5ae]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
[57f7cfa]128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
[fd27868]134 <segtitle>Installed Programs</segtitle>
[40a4d44]135 <segtitle>Installed Libraries</segtitle>
[fd27868]136 <segtitle>Installed Directories</segtitle>
[57f7cfa]137
138 <seglistitem>
[5b38e37]139 <seg>
[fdbead3]140 bsdcat, bsdcpio, and bsdtar
[5b38e37]141 </seg>
142 <seg>
143 libarchive.so
144 </seg>
145 <seg>
146 None
147 </seg>
[57f7cfa]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
[fdbead3]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
[57f7cfa]168 <varlistentry id="bsdcpio">
169 <term><command>bsdcpio</command></term>
170 <listitem>
[5b38e37]171 <para>
172 is a tool similar to <command>cpio</command>.
173 </para>
[57f7cfa]174 <indexterm zone="libarchive bsdcpio">
175 <primary sortas="b-bsdcpio">bsdcpio</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
[40a4d44]180 <varlistentry id="bsdtar">
181 <term><command>bsdtar</command></term>
182 <listitem>
[5b38e37]183 <para>
184 is a tool similar to GNU <command>tar</command>.
185 </para>
[40a4d44]186 <indexterm zone="libarchive bsdtar">
187 <primary sortas="b-bsdtar">bsdtar</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
[0d7900a]191
[5b38e37]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
[57f7cfa]205 </variablelist>
206
207 </sect2>
208
209</sect1>
Note: See TracBrowser for help on using the repository browser.