source: general/sysutils/zip.xml@ b1532549

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b1532549 was b1532549, checked in by Pierre Labastie <pieere@…>, 4 years ago

Format sysutils

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY zip-download-http "&sourceforge-dl;/infozip/zip30.tar.gz">
8 <!ENTITY zip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz">
9 <!ENTITY zip-md5sum "7b74551e63f8ee6aab6fbc86676c0d37">
10 <!ENTITY zip-size "1.1 MB">
11 <!ENTITY zip-buildsize "6.4 MB">
12 <!ENTITY zip-time "0.1 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 </sect1info>
22
23 <title>Zip-&zip-version;</title>
24
25 <indexterm zone="zip">
26 <primary sortas="a-Zip">Zip</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Zip</title>
31
32 <para>
33 The <application>Zip</application> package contains
34 <application>Zip</application> utilities. These
35 are useful for compressing files into <filename>ZIP</filename>
36 archives.
37 </para>
38
39 &lfs91_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&zip-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&zip-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &zip-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &zip-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &zip-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &zip-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/zip"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Zip</title>
82
83 <para>
84 Install <application>Zip</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>make -f unix/Makefile generic_gcc</userinput></screen>
89
90 <para>
91 This package does not come with a test suite.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install</userinput></screen>
99
100 </sect2>
101
102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
105 <para>
106 <command>make prefix=/usr -f unix/Makefile install</command>: This
107 command overrides the <varname>prefix</varname> variable that is set to
108 <filename class='directory'>/usr/local</filename> in the
109 <filename>unix/Makefile</filename>.
110 Alternatives to <option>generic_gcc</option> can be seen with a
111 <command>make -f unix/Makefile list</command> command.
112 </para>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>zip, zipcloak, zipnote, and zipsplit</seg>
126 <seg>None</seg>
127 <seg>None</seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="zip-prog">
137 <term><command>zip</command></term>
138 <listitem>
139 <para>
140 compresses files into a <filename>ZIP</filename> archive.
141 </para>
142 <indexterm zone="zip zip-prog">
143 <primary sortas="b-zip">zip</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="zipcloak">
149 <term><command>zipcloak</command></term>
150 <listitem>
151 <para>
152 is a utility to encrypt and decrypt a <filename>ZIP</filename>
153 archive.
154 </para>
155 <indexterm zone="zip zipcloak">
156 <primary sortas="b-zipcloak">zipcloak</primary>
157 </indexterm>
158 </listitem>
159 </varlistentry>
160
161 <varlistentry id="zipnote">
162 <term><command>zipnote</command></term>
163 <listitem>
164 <para>
165 reads or writes comments stored in a <filename>ZIP</filename>
166 file.
167 </para>
168 <indexterm zone="zip zipnote">
169 <primary sortas="b-zipnote">zipnote</primary>
170 </indexterm>
171 </listitem>
172 </varlistentry>
173
174 <varlistentry id="zipsplit">
175 <term><command>zipsplit</command></term>
176 <listitem>
177 <para>
178 is a utility to split <filename>ZIP</filename> files into
179 smaller files.
180 </para>
181 <indexterm zone="zip zipsplit">
182 <primary sortas="b-zipsplit">zipsplit</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.