source: general/sysutils/unzip.xml@ a31d341d

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

Added md5sums to Chapter 11 packages

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

  • Property mode set to 100644
File size: 5.0 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
[c1ed818]7<!ENTITY unzip-download-http "http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz">
[52d29f7]8<!ENTITY unzip-download-ftp "ftp://ftp.info-zip.org/pub/infozip/src/unzip551.tar.gz">
[a31d341d]9<!ENTITY unzip-md5sum "8a25712aac642430d87d21491f7c6bd1">
[52d29f7]10<!ENTITY unzip-size "1.1 MB">
11<!ENTITY unzip-buildsize "6.5 MB">
12<!ENTITY unzip-time "0.11 SBU">
13]>
14
[5c5cdbc]15<sect1 id="unzip" xreflabel="UnZip-&unzip-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="unzip.html"?>
[5c5cdbc]21<title>UnZip-&unzip-version;</title>
[f45b1953]22
[52d29f7]23<sect2>
24<title>Introduction to <application>UnZip</application></title>
[014d11ad]25
[5b5ecb9]26<para>The <application>UnZip</application> package contains
27<filename>ZIP</filename> extraction utilities. These are useful for extracting
28files from <filename>ZIP</filename> archives. <filename>ZIP</filename> archives
29are created with <application>PKZIP</application> or
30<application>Info-ZIP</application> utilities primarily in a
31<acronym>DOS</acronym> environment.
[52d29f7]32</para>
[014d11ad]33
[52d29f7]34<sect3><title>Package information</title>
35<itemizedlist spacing='compact'>
36<listitem><para>Download (HTTP): <ulink
37url="&unzip-download-http;"/></para></listitem>
38<listitem><para>Download (FTP): <ulink
39url="&unzip-download-ftp;"/></para></listitem>
[a31d341d]40<listitem><para>Download MD5 sum: &unzip-md5sum;</para></listitem>
[52d29f7]41<listitem><para>Download size: &unzip-size;</para></listitem>
[518538f]42<listitem><para>Estimated disk space required:
[52d29f7]43&unzip-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&unzip-time;</para></listitem></itemizedlist>
46</sect3>
[014d11ad]47
[52d29f7]48<sect3><title>Additional downloads</title>
49<itemizedlist spacing='compact'>
[07b157f4]50<listitem><para>Required Patch: <ulink
[4a9b381]51url="&patch-root;/unzip-&unzip-version;-fix_Makefile-1.patch"/></para>
52</listitem>
[07b157f4]53<listitem><para>Required Patch: <ulink
[4a9b381]54url="&patch-root;/unzip-&unzip-version;-fix_libz-1.patch"/></para>
55</listitem>
[07b157f4]56<listitem><para>Recommended Patch: <ulink
[4a9b381]57url="&patch-root;/unzip-&unzip-version;-dont_make_noise-1.patch"/></para>
58</listitem></itemizedlist>
[52d29f7]59</sect3>
[014d11ad]60
[52d29f7]61</sect2>
62
63<sect2>
64<title>Installation of <application>UnZip</application></title>
[014d11ad]65
[52d29f7]66<para>Install <application>UnZip</application> by running the following
67commands:</para>
[014d11ad]68
69<screen><userinput><command>patch -Np1 -i ../unzip-&unzip-version;-fix_Makefile-1.patch &amp;&amp;
70patch -Np1 -i ../unzip-&unzip-version;-fix_libz-1.patch &amp;&amp;
71patch -Np1 -i ../unzip-&unzip-version;-dont_make_noise-1.patch &amp;&amp;
[52d29f7]72cp unix/Makefile . &amp;&amp;
[1ae85332]73make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux &amp;&amp;
74make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux_shlibz &amp;&amp;
75make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK install &amp;&amp;
[8e855fc4]76cp -d libunzip.so* /usr/lib</command></userinput></screen>
[014d11ad]77
[52d29f7]78</sect2>
79
80<sect2>
81<title>Command explanations</title>
[014d11ad]82
[1ae85332]83<para><command>make prefix=/usr LOCAL_UNZIP=-DUSE_UNSHRINK linux</command>:
84This command overrides the <varname>prefix</varname> variable that is
85set to <filename class="directory">/usr/local</filename> in the
86<filename>Makefile</filename>, sets the <envar>LOCAL_UNZIP</envar>
87environment variable to instruct <application>UnZip</application> to use
88the shrinking algorithm based on the <acronym>LZW</acronym> compression
89algorithm, and builds the executables for a Linux system.
90The alternatives to 'linux' can be seen with a
[4a9b381]91<command>make list</command> command.</para>
[014d11ad]92
[1ae85332]93<para><command>make ... linux_shlibz</command>: Build shared
[014d11ad]94<filename>libunzip</filename> and link <application>UnZip</application> against
[52d29f7]95it and <application>zlib</application>.</para>
[014d11ad]96
[52d29f7]97</sect2>
98
99<sect2>
100<title>Contents</title>
[014d11ad]101
[4a9b381]102<para>The <application>UnZip</application> package contains
103<command>unzip</command>, <command>funzip</command>, <command>unzipfsx</command>,
104<command>zipgrep</command>, <command>zipinfo</command> and the
[bcd89599]105<filename class="libraryfile">libunzip</filename> library.</para>
[014d11ad]106
[52d29f7]107</sect2>
[014d11ad]108
[52d29f7]109<sect2><title>Description</title>
[014d11ad]110
[52d29f7]111<sect3><title>unzip</title>
112<para><command>unzip</command> lists, tests or extracts files from a
113<filename>ZIP</filename> archive.</para></sect3>
[014d11ad]114
[52d29f7]115<sect3><title>funzip</title>
116<para><command>funzip</command> allows the output of <command>unzip</command>
117commands to be redirected.</para></sect3>
[014d11ad]118
[52d29f7]119<sect3><title>unzipfsx</title>
120<para><command>unzipfsx</command> is the self-extracting stub that can be
121prepended to a <filename>ZIP</filename> archive. Files in this format allow
122the recipient to decompress the archive without installing
123<application>UnZip</application>.</para></sect3>
[014d11ad]124
[52d29f7]125<sect3><title>zipgrep</title>
126<para><command>zipgrep</command> is a grep for <filename>ZIP</filename>
127archives.</para></sect3>
[014d11ad]128
[52d29f7]129<sect3><title>zipinfo</title>
[014d11ad]130<para><command>zipinfo</command> produces technical information about the files
[52d29f7]131in a <filename>ZIP</filename> archive, including file access permissions,
132encryption status, type of compression, etc.</para></sect3>
[014d11ad]133
[52d29f7]134</sect2>
[f45b1953]135
136</sect1>
Note: See TracBrowser for help on using the repository browser.