source: general/sysutils/zip.xml@ 1039de3

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 1039de3 was 1039de3, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5831 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 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/zip"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of Zip</title>
69
70 <para>Install <application>Zip</application> by running the following
71 commands:</para>
72
73<screen><userinput>sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \
74 unix/Makefile &amp;&amp;
75make prefix=/usr -f unix/Makefile generic_gcc</userinput></screen>
76
77 <para>This package does not come with a test suite.</para>
78
79 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
80
81<screen role="root"><userinput>make prefix=/usr -f unix/Makefile install</userinput></screen>
82
83 </sect2>
84
85 <sect2 role="commands">
86 <title>Command Explanations</title>
87
88 <para><command>sed -i -e ... unix/Makefile</command>: The
89 <filename>Makefile</filename> has a bug which causes the installation to fail.
90 This command fixes the problem.</para>
91
92 <para><command>make prefix=/usr -f unix/Makefile generic_gcc</command>: This
93 command overrides the <varname>prefix</varname> variable that is set to
94 <filename class='directory'>/usr/local</filename> in the
95 <filename>unix/Makefile</filename> which is used as a
96 <filename>Makefile</filename> and builds the executables for a Linux system. The
97 alternatives to <option>generic_gcc</option> can be seen with a
98 <command>make -f unix/Makefile list</command> command.</para>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Programs</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directories</segtitle>
109
110 <seglistitem>
111 <seg>zip, zipcloak, zipnote, and zipsplit</seg>
112 <seg>None</seg>
113 <seg>None</seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="zip-prog">
123 <term><command>zip</command></term>
124 <listitem>
125 <para>compresses files into a <filename>ZIP</filename> archive.</para>
126 <indexterm zone="zip zip-prog">
127 <primary sortas="b-zip">zip</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 <varlistentry id="zipcloak">
133 <term><command>zipcloak</command></term>
134 <listitem>
135 <para>is a utility to encrypt and decrypt a <filename>ZIP</filename> archive.</para>
136 <indexterm zone="zip zipcloak">
137 <primary sortas="b-zipcloak">zipcloak</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="zipnote">
143 <term><command>zipnote</command></term>
144 <listitem>
145 <para>reads or writes comments stored in a <filename>ZIP</filename>
146 file.</para>
147 <indexterm zone="zip zipnote">
148 <primary sortas="b-zipnote">zipnote</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 <varlistentry id="zipsplit">
154 <term><command>zipsplit</command></term>
155 <listitem>
156 <para>is a utility to split <filename>ZIP</filename> files into
157 smaller files.</para>
158 <indexterm zone="zip zipsplit">
159 <primary sortas="b-zipsplit">zipsplit</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.