source: general/sysutils/libarchive.xml@ 394c86f8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 394c86f8 was 394c86f8, checked in by Krejzi <krejzi@…>, 12 years ago

Mark some packages as 7.2 checked. Part 5 - System Utilities.

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

  • Property mode set to 100644
File size: 4.6 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://github.com/downloads/libarchive/libarchive/libarchive-&libarchive-version;.tar.gz">
8 <!ENTITY libarchive-download-ftp " ">
9 <!ENTITY libarchive-md5sum "af443ca9a10ddbcbf00f7ae34ca7fc16">
10 <!ENTITY libarchive-size "3.5 MB">
11 <!ENTITY libarchive-buildsize "39 MB">
12 <!ENTITY libarchive-time "0.5 SBU">
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>The <application>libarchive</application> library provides a single interface for
33 reading/writing various compression formats.</para>
34
35 &lfs72_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libarchive-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libarchive-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libarchive-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libarchive-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libarchive-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libarchive-time;</para>
56 </listitem>
57 </itemizedlist>
58
59<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/libarchive-&libarchive-version;-fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68
69 <bridgehead renderas="sect3">libarchive Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional">
73 <xref linkend="libxml2"/> or
74 <xref linkend="expat"/>,
75 <xref linkend="openssl"/>,
76 <xref linkend="nettle"/> and
77 <xref linkend="acl"/>
78 </para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/libarchive"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of libarchive</title>
87
88 <para>Install <application>libarchive</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=/usr \
92 --disable-static &amp;&amp;
93make</userinput></screen>
94
95 <para>To test the results, issue: <userinput>make check</userinput>.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><option>--disable-static</option>: This option prevents building the
107 static archive versions of the libraries.</para>
108
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>bsdcpio and bsdtar</seg>
121 <seg>libarchive.so</seg>
122 <seg>none</seg>
123 </seglistitem>
124 </segmentedlist>
125
126 <variablelist>
127 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
128 <?dbfo list-presentation="list"?>
129 <?dbhtml list-presentation="table"?>
130
131 <varlistentry id="bsdcpio">
132 <term><command>bsdcpio</command></term>
133 <listitem>
134 <para>is a tool similar to <command>cpio</command>.</para>
135 <indexterm zone="libarchive bsdcpio">
136 <primary sortas="b-bsdcpio">bsdcpio</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141
142 <varlistentry id="bsdtar">
143 <term><command>bsdtar</command></term>
144 <listitem>
145 <para>is a tool similar to GNU <command>tar</command>.</para>
146 <indexterm zone="libarchive bsdtar">
147 <primary sortas="b-bsdtar">bsdtar</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.