source: general/sysutils/zip.xml@ bc3bb455

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 bc3bb455 was 2cc3607, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Fix thunderbird issue with latest libvpx.
Tags

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

  • Property mode set to 100644
File size: 4.9 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>The <application>Zip</application> package contains
33 <application>Zip</application> utilities. These
34 are useful for compressing files into <filename>ZIP</filename>
35 archives.</para>
36
37 &lfs84_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&zip-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&zip-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &zip-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &zip-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &zip-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &zip-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/zip"/></para>
63
64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of Zip</title>
68
69 <para>Install <application>Zip</application> by running the following
70 commands:</para>
71
72<screen><userinput>make -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 MANDIR=/usr/share/man/man1 -f unix/Makefile install</userinput></screen>
79
80 </sect2>
81
82 <sect2 role="commands">
83 <title>Command Explanations</title>
84
85 <para><command>make prefix=/usr -f unix/Makefile install</command>: This
86 command overrides the <varname>prefix</varname> variable that is set to
87 <filename class='directory'>/usr/local</filename> in the
88 <filename>unix/Makefile</filename>.
89 Alternatives to <option>generic_gcc</option> can be seen with a
90 <command>make -f unix/Makefile list</command> command.</para>
91
92 </sect2>
93
94 <sect2 role="content">
95 <title>Contents</title>
96
97 <segmentedlist>
98 <segtitle>Installed Programs</segtitle>
99 <segtitle>Installed Libraries</segtitle>
100 <segtitle>Installed Directories</segtitle>
101
102 <seglistitem>
103 <seg>zip, zipcloak, zipnote, and zipsplit</seg>
104 <seg>None</seg>
105 <seg>None</seg>
106 </seglistitem>
107 </segmentedlist>
108
109 <variablelist>
110 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
111 <?dbfo list-presentation="list"?>
112 <?dbhtml list-presentation="table"?>
113
114 <varlistentry id="zip-prog">
115 <term><command>zip</command></term>
116 <listitem>
117 <para>compresses files into a <filename>ZIP</filename> archive.</para>
118 <indexterm zone="zip zip-prog">
119 <primary sortas="b-zip">zip</primary>
120 </indexterm>
121 </listitem>
122 </varlistentry>
123
124 <varlistentry id="zipcloak">
125 <term><command>zipcloak</command></term>
126 <listitem>
127 <para>is a utility to encrypt and decrypt a <filename>ZIP</filename> archive.</para>
128 <indexterm zone="zip zipcloak">
129 <primary sortas="b-zipcloak">zipcloak</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 <varlistentry id="zipnote">
135 <term><command>zipnote</command></term>
136 <listitem>
137 <para>reads or writes comments stored in a <filename>ZIP</filename>
138 file.</para>
139 <indexterm zone="zip zipnote">
140 <primary sortas="b-zipnote">zipnote</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="zipsplit">
146 <term><command>zipsplit</command></term>
147 <listitem>
148 <para>is a utility to split <filename>ZIP</filename> files into
149 smaller files.</para>
150 <indexterm zone="zip zipsplit">
151 <primary sortas="b-zipsplit">zipsplit</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157
158 </sect2>
159
160</sect1>
Note: See TracBrowser for help on using the repository browser.