mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
a31d341de7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3419 af4574ff-66df-0310-9fd7-8a98e5e911e0
102 lines
3.3 KiB
XML
102 lines
3.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/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/zip23.tar.gz">
|
|
<!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip23.tar.gz">
|
|
<!ENTITY zip-md5sum "5206a99541f3b0ab90f1baa167392c4f">
|
|
<!ENTITY zip-size "839 KB">
|
|
<!ENTITY zip-buildsize "3.6 MB">
|
|
<!ENTITY zip-time "0.05 SBU">
|
|
]>
|
|
|
|
<sect1 id="zip" xreflabel="Zip-&zip-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="zip.html"?>
|
|
<title>Zip-&zip-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>Zip</application></title>
|
|
|
|
<para>The <application>Zip</application> package contains
|
|
<application>Zip</application> utilities. These
|
|
are useful for compressing files into <filename>ZIP</filename> archives.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<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>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>Zip</application></title>
|
|
|
|
<para>Install <application>Zip</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>make prefix=/usr -f unix/Makefile generic_gcc &&
|
|
make prefix=/usr -f unix/Makefile install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>make prefix=/usr -f unix/Makefile generic_gcc</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> which is used as a
|
|
<command>Makefile</command> and builds the executables for a Linux system. The
|
|
alternatives to 'generic_gcc' can be seen with a
|
|
<command>make -f unix/Makefile list</command> command.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>Zip</application> package contains
|
|
<command>zip</command>, <command>zipcloak</command>,
|
|
<command>zipnote</command> and <command>zipsplit</command>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>zip</title>
|
|
<para><command>zip</command> compresses files into a
|
|
<filename>ZIP</filename> archive.</para></sect3>
|
|
|
|
<sect3><title>zipcloak</title>
|
|
<para><command>zipcloak</command> is disabled in this version of
|
|
<application>Zip</application>. It will
|
|
display a message about how to support encryption by recompiling with
|
|
<filename>zcrypt27.zip</filename>.</para></sect3>
|
|
|
|
<sect3><title>zipnote</title>
|
|
<para><command>zipnote</command> reads or writes comments stored in a
|
|
<filename>ZIP</filename> file.</para></sect3>
|
|
|
|
<sect3><title>zipsplit</title>
|
|
<para><command>zipsplit</command> is a utility to split
|
|
<filename>ZIP</filename> files into smaller files.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|