source: general/sysutils/zip.xml@ 9fe319c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9fe319c was 9fe319c, checked in by Randy McMurchy <randy@…>, 19 years ago

Modified the man page installation in the Zip instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3553 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[4be62042]7<!ENTITY zip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
8<!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip231.tar.gz">
9<!ENTITY zip-md5sum "6bfc076664416251d7624ab3538d1cb9">
10<!ENTITY zip-size "781 KB">
11<!ENTITY zip-buildsize "4.1 MB">
12<!ENTITY zip-time "0.04 SBU">
[52d29f7]13]>
14
[5c5cdbc]15<sect1 id="zip" xreflabel="Zip-&zip-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="zip.html"?>
[5c5cdbc]21<title>Zip-&zip-version;</title>
[4be62042]22<indexterm zone="zip">
23<primary sortas="a-Zip">Zip</primary></indexterm>
[f45b1953]24
[52d29f7]25<sect2>
26<title>Introduction to <application>Zip</application></title>
[c1ed818]27
[52d29f7]28<para>The <application>Zip</application> package contains
29<application>Zip</application> utilities. These
[c1ed818]30are useful for compressing files into <filename>ZIP</filename> archives.</para>
31
[52d29f7]32<sect3><title>Package information</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Download (HTTP): <ulink
35url="&zip-download-http;"/></para></listitem>
36<listitem><para>Download (FTP): <ulink
37url="&zip-download-ftp;"/></para></listitem>
[a31d341d]38<listitem><para>Download MD5 sum: &zip-md5sum;</para></listitem>
[52d29f7]39<listitem><para>Download size: &zip-size;</para></listitem>
[518538f]40<listitem><para>Estimated disk space required:
[52d29f7]41&zip-buildsize;</para></listitem>
42<listitem><para>Estimated build time:
43&zip-time;</para></listitem></itemizedlist>
44</sect3>
[c1ed818]45
[52d29f7]46</sect2>
47
48<sect2>
49<title>Installation of <application>Zip</application></title>
[c1ed818]50
51<para>Install <application>Zip</application> by running the following
52commands:</para>
53
[9fe319c]54<screen><userinput><command>make prefix=/usr -f unix/Makefile generic_gcc</command></userinput></screen>
[4be62042]55
56<para>Now, as the root user:</para>
57
[9fe319c]58<screen><userinput role='root'><command>make prefix=/usr -f unix/Makefile install &amp;&amp;
59install -v -m644 man/zip.1 /usr/share/man/man1</command></userinput></screen>
[c1ed818]60
[52d29f7]61</sect2>
62
63<sect2>
64<title>Command explanations</title>
[c1ed818]65
66<para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
67command overrides the <varname>prefix</varname> variable that is set to
[52d29f7]68<filename class='directory'>/usr/local</filename> in the
[c1ed818]69<filename>unix/Makefile</filename> which is used as a
70<command>Makefile</command> and builds the executables for a Linux system. The
71alternatives to 'generic_gcc' can be seen with a
72<command>make -f unix/Makefile list</command> command.</para>
73
[52d29f7]74</sect2>
75
76<sect2>
77<title>Contents</title>
[c1ed818]78
[4be62042]79<segmentedlist>
80<segtitle>Installed Programs</segtitle>
81<segtitle>Installed Libraries</segtitle>
82<segtitle>Installed Directories</segtitle>
83
84<seglistitem>
85<seg>zip, zipcloak, zipnote, zipsplit</seg>
86<seg>None</seg>
87<seg>None</seg>
88</seglistitem>
89</segmentedlist>
90
91<variablelist>
92<bridgehead renderas="sect3">Short Descriptions</bridgehead>
93<?dbfo list-presentation="list"?>
94
95<varlistentry id="zip-prog">
96<term><command>zip</command></term>
97<listitem><para>compresses files into a <filename>ZIP</filename>
98archive.</para>
99<indexterm zone="zip zip-prog">
100<primary sortas="b-zip">zip</primary>
101</indexterm></listitem>
102</varlistentry>
103
104<varlistentry id="zipcloak">
105<term><command>zipcloak</command></term>
106<listitem><para>is disabled in this version of <application>Zip</application>.
107It will display a message about how to support encryption by recompiling with
108<filename>zcrypt27.zip</filename>.</para>
109<indexterm zone="zip zipcloak">
110<primary sortas="b-zipcloak">zipcloak</primary>
111</indexterm></listitem>
112</varlistentry>
113
114<varlistentry id="zipnote">
115<term><command>zipnote</command></term>
116<listitem><para>reads or writes comments stored in a <filename>ZIP</filename>
117file.</para>
118<indexterm zone="zip zipnote">
119<primary sortas="b-zipnote">zipnote</primary>
120</indexterm></listitem>
121</varlistentry>
122
123<varlistentry id="zipsplit">
124<term><command>zipsplit</command></term>
125<listitem><para>is a utility to split <filename>ZIP</filename> files into
126smaller files.</para>
127<indexterm zone="zip zipsplit">
128<primary sortas="b-zipsplit">zipsplit</primary>
129</indexterm></listitem>
130</varlistentry>
131
132</variablelist>
[c1ed818]133
[52d29f7]134</sect2>
[f45b1953]135
136</sect1>
Note: See TracBrowser for help on using the repository browser.