glfs/general/sysutils/p7zip.xml

186 lines
5.0 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY p7zip-download-http "&sourceforge-repo;/p7zip/p7zip_&p7zip-version;_src_all.tar.bz2">
<!ENTITY p7zip-download-ftp " ">
<!ENTITY p7zip-md5sum "a0128d661cfe7cc8c121e73519c54fbf">
<!ENTITY p7zip-size "4.0 MB">
<!ENTITY p7zip-buildsize "33 MB">
<!ENTITY p7zip-time "1.3 SBU (with tests)">
]>
<sect1 id="p7zip" xreflabel="p7zip-&p7zip-version;">
<?dbhtml filename="p7zip.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>p7zip-&p7zip-version;</title>
<indexterm zone="p7zip">
<primary sortas="a-p7zip">p7zip</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to p7zip</title>
<para>
<application>p7zip</application> is the Unix command-line port of 7-Zip, a
file archiver that archives with high compression ratios. It handles 7z,
ZIP, GZIP, BZIP2, XZ, TAR, APM, ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG,
FAT, HFS, ISO, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RAR RPM,
SquashFS, UDF, VHD, WIM, XAR and Z formats.
</para>
&lfs7a_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&p7zip-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&p7zip-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &p7zip-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &p7zip-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &p7zip-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &p7zip-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">p7zip Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<ulink url="http://www.wxwidgets.org/">wxWidgets</ulink>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/p7zip"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of p7zip</title>
<para>
Install <application>p7zip</application> by running the following
commands:
</para>
<screen><userinput>make all3</userinput></screen>
<para>
To test the results, issue: <command>make test</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<!-- dev note: make DEST_DIR=<DESTDIR> install -->
<screen role="root"><userinput>make DEST_HOME=/usr \
DEST_MAN=/usr/share/man \
DEST_SHARE_DOC=/usr/share/doc/p7zip-&p7zip-version; install</userinput></screen>
<note><para>If using DESTDIR techniques, use DEST_DIR instead.</para></note>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>
7z, 7za, and 7zr
</seg>
<seg>
None
</seg>
<seg>
/usr/lib/p7zip and /usr/share/doc/p7zip-&p7zip-version;
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="Sevenz">
<term><command>7z</command></term>
<listitem>
<para>
is a file archiver utility.
</para>
<indexterm zone="p7zip Sevenz">
<primary sortas="b-7z">7z</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="Sevenza">
<term><command>7za</command></term>
<listitem>
<para>
is a stand-alone executable handling less archive formats than
<command>7z</command>.
</para>
<indexterm zone="p7zip Sevenza">
<primary sortas="b-7za">7za</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="Sevenzr">
<term><command>7zr</command></term>
<listitem>
<para>
is a minimal version of <command>7za</command> that handles only
7z archives.
</para>
<indexterm zone="p7zip Sevenzr">
<primary sortas="b-7zr">7zr</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>