mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
2d237fa158
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9113 af4574ff-66df-0310-9fd7-8a98e5e911e0
162 lines
5.0 KiB
XML
162 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 zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip232.tar.gz"> -->
|
|
<!ENTITY zip-download-http "&sourceforge-repo;/infozip/zip30.tar.gz">
|
|
<!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz">
|
|
<!ENTITY zip-md5sum "7b74551e63f8ee6aab6fbc86676c0d37">
|
|
<!ENTITY zip-size "1.1 MB">
|
|
<!ENTITY zip-buildsize "6.4 MB">
|
|
<!ENTITY zip-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="zip" xreflabel="Zip-&zip-version;">
|
|
<?dbhtml filename="zip.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Zip-&zip-version;</title>
|
|
|
|
<indexterm zone="zip">
|
|
<primary sortas="a-Zip">Zip</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Zip</title>
|
|
|
|
<para>The <application>Zip</application> package contains
|
|
<application>Zip</application> utilities. These
|
|
are useful for compressing files into <filename>ZIP</filename>
|
|
archives.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&zip-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&zip-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &zip-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &zip-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &zip-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &zip-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/zip"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Zip</title>
|
|
|
|
<para>Install <application>Zip</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>make -f unix/Makefile generic_gcc</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make prefix=/usr -f unix/Makefile install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><command>make prefix=/usr -f unix/Makefile install</command>: This
|
|
command overrides the <varname>prefix</varname> variable that is set to
|
|
<filename class='directory'>/usr/local</filename> in the
|
|
<filename>unix/Makefile</filename>.
|
|
Alternatives to <option>generic_gcc</option> can be seen with a
|
|
<command>make -f unix/Makefile list</command> command.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>zip, zipcloak, zipnote, and zipsplit</seg>
|
|
<seg>None</seg>
|
|
<seg>None</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="zip-prog">
|
|
<term><command>zip</command></term>
|
|
<listitem>
|
|
<para>compresses files into a <filename>ZIP</filename> archive.</para>
|
|
<indexterm zone="zip zip-prog">
|
|
<primary sortas="b-zip">zip</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="zipcloak">
|
|
<term><command>zipcloak</command></term>
|
|
<listitem>
|
|
<para>is a utility to encrypt and decrypt a <filename>ZIP</filename> archive.</para>
|
|
<indexterm zone="zip zipcloak">
|
|
<primary sortas="b-zipcloak">zipcloak</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="zipnote">
|
|
<term><command>zipnote</command></term>
|
|
<listitem>
|
|
<para>reads or writes comments stored in a <filename>ZIP</filename>
|
|
file.</para>
|
|
<indexterm zone="zip zipnote">
|
|
<primary sortas="b-zipnote">zipnote</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="zipsplit">
|
|
<term><command>zipsplit</command></term>
|
|
<listitem>
|
|
<para>is a utility to split <filename>ZIP</filename> files into
|
|
smaller files.</para>
|
|
<indexterm zone="zip zipsplit">
|
|
<primary sortas="b-zipsplit">zipsplit</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|