glfs/general/sysutils/p7zip.xml
Bruce Dubbs 60d53ec3ad Tags and some minor formatting
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16435 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-09-20 21:02:11 +00:00

185 lines
5.0 KiB
XML

<?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;/project/p7zip/p7zip/&p7zip-version;/p7zip_&p7zip-version;_src_all.tar.bz2">
<!ENTITY p7zip-download-ftp " ">
<!ENTITY p7zip-md5sum "6cba8402ccab2370d3b70c5e28b3d651">
<!ENTITY p7zip-size "3.8 MB">
<!ENTITY p7zip-buildsize "39 MB">
<!ENTITY p7zip-time "0.8 SBU">
]>
<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>
&lfs78_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>sed -i -e 's/chmod 555/chmod 755/' -e 's/chmod 444/chmod 644/' install.sh &amp;&amp;
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>
</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>