source: general/sysutils/zip.xml@ 22ac237

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 22ac237 was 22ac237, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Typo fix. General.

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
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">
13]>
14
15<sect1 id="zip" xreflabel="Zip-&zip-version;">
16 <?dbhtml filename="zip.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">zip231.tar</keyword>
23 <keyword role="ftpdir">zip</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Zip-&zip-version;</title>
28
29 <indexterm zone="zip">
30 <primary sortas="a-Zip">Zip</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Zip</title>
35
36 <para>The <application>Zip</application> package contains
37 <application>Zip</application> utilities. These
38 are useful for compressing files into <filename>ZIP</filename> archives.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&zip-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&zip-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &zip-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &zip-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &zip-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &zip-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of Zip</title>
66
67 <para>Install <application>Zip</application> by running the following
68 commands:</para>
69
70<screen><userinput>sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
71 unix/Makefile &amp;&amp;
72make prefix=/usr -f unix/Makefile generic_gcc</userinput></screen>
73
74 <para>This package does not come with a test suite.</para>
75
76 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
77
78<screen role="root"><userinput>make prefix=/usr -f unix/Makefile install</userinput></screen>
79
80 </sect2>
81
82 <sect2 role="commands">
83 <title>Command Explanations</title>
84
85 <para><command>sed -i -e ... unix/Makefile</command>: The
86 <filename>Makefile</filename> has a bug which causes the installation to fail.
87 This command fixes the problem.</para>
88
89 <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
90 command overrides the <varname>prefix</varname> variable that is set to
91 <filename class='directory'>/usr/local</filename> in the
92 <filename>unix/Makefile</filename> which is used as a
93 <filename>Makefile</filename> and builds the executables for a Linux system. The
94 alternatives to <option>generic_gcc</option> can be seen with a
95 <command>make -f unix/Makefile list</command> command.</para>
96
97 </sect2>
98
99 <sect2 role="content">
100 <title>Contents</title>
101
102 <segmentedlist>
103 <segtitle>Installed Programs</segtitle>
104 <segtitle>Installed Libraries</segtitle>
105 <segtitle>Installed Directories</segtitle>
106
107 <seglistitem>
108 <seg>zip, zipcloak, zipnote, and zipsplit</seg>
109 <seg>None</seg>
110 <seg>None</seg>
111 </seglistitem>
112 </segmentedlist>
113
114 <variablelist>
115 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
116 <?dbfo list-presentation="list"?>
117 <?dbhtml list-presentation="table"?>
118
119 <varlistentry id="zip-prog">
120 <term><command>zip</command></term>
121 <listitem>
122 <para>compresses files into a <filename>ZIP</filename> archive.</para>
123 <indexterm zone="zip zip-prog">
124 <primary sortas="b-zip">zip</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="zipcloak">
130 <term><command>zipcloak</command></term>
131 <listitem>
132 <para>is disabled in this version of <application>Zip</application>.
133 It will display a message about how to support encryption by recompiling with
134 <filename>zcrypt27.zip</filename>.</para>
135 <indexterm zone="zip zipcloak">
136 <primary sortas="b-zipcloak">zipcloak</primary>
137 </indexterm>
138 </listitem>
139 </varlistentry>
140
141 <varlistentry id="zipnote">
142 <term><command>zipnote</command></term>
143 <listitem>
144 <para>reads or writes comments stored in a <filename>ZIP</filename>
145 file.</para>
146 <indexterm zone="zip zipnote">
147 <primary sortas="b-zipnote">zipnote</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 <varlistentry id="zipsplit">
153 <term><command>zipsplit</command></term>
154 <listitem>
155 <para>is a utility to split <filename>ZIP</filename> files into
156 smaller files.</para>
157 <indexterm zone="zip zipsplit">
158 <primary sortas="b-zipsplit">zipsplit</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.