source: general/sysutils/libarchive.xml@ c67fbf64

systemd-11177
Last change on this file since c67fbf64 was c67fbf64, checked in by Krejzi <krejzi@…>, 11 years ago

Remove packages that are now in lfs systemd from blfs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11302 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.0 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 "efad5a503f66329bb9d2f4308b5de98a">
10 <!ENTITY libarchive-size "4.4 MB">
11 <!ENTITY libarchive-buildsize "60 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>
33 The <application>libarchive</application> library provides a single
34 interface for reading/writing various compression formats.
35 </para>
36
37 &lfs72_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libarchive-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libarchive-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libarchive-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libarchive-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libarchive-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libarchive-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libarchive Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="libxml2"/> or
78 <xref linkend="expat"/>,
79 <xref linkend="LZO"/>,
80 <xref linkend="nettle"/> and
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: <userinput>make check</userinput>.
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 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>
130 bsdcpio and bsdtar
131 </seg>
132 <seg>
133 libarchive.so
134 </seg>
135 <seg>
136 None
137 </seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <variablelist>
142 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
143 <?dbfo list-presentation="list"?>
144 <?dbhtml list-presentation="table"?>
145
146 <varlistentry id="bsdcpio">
147 <term><command>bsdcpio</command></term>
148 <listitem>
149 <para>
150 is a tool similar to <command>cpio</command>.
151 </para>
152 <indexterm zone="libarchive bsdcpio">
153 <primary sortas="b-bsdcpio">bsdcpio</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="bsdtar">
159 <term><command>bsdtar</command></term>
160 <listitem>
161 <para>
162 is a tool similar to GNU <command>tar</command>.
163 </para>
164 <indexterm zone="libarchive bsdtar">
165 <primary sortas="b-bsdtar">bsdtar</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="libarchive-lib">
171 <term><filename class="libraryfile">libarchive.so</filename></term>
172 <listitem>
173 <para>
174 is a library that can create and read several streaming
175 archive formats.
176 </para>
177 <indexterm zone="libarchive libarchive-lib">
178 <primary sortas="c-libarchive">libarchive.so</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.