Difference between revisions of "Unzip"
Line 60: | Line 60: | ||
make -f unix/Makefile prefix=/usr install | make -f unix/Makefile prefix=/usr install | ||
+ | |||
+ | = Contents = | ||
+ | |||
+ | The UnZip package contains ZIP extraction utilities. | ||
+ | |||
+ | Installed Programs: funzip, unzip, unzipfsx, zipgrep, zipinfo | ||
+ | |||
+ | Installed Library: None | ||
+ | |||
+ | Installed Directories: None | ||
+ | |||
+ | === Short Descriptions === | ||
+ | |||
+ | funzip: allows the output of unzip commands to be redirected. | ||
+ | |||
+ | unzip: lists, tests or extracts files from a ZIP archive. | ||
+ | |||
+ | unzipfsx: is a self-extracting stub that can be prepended to a ZIP archive. Files in this format allow the recipient to decompress the archive without installing UnZip. | ||
+ | |||
+ | zipgrep: searches files in a ZIP archive for lines matching a pattern. | ||
+ | |||
+ | zipinfo: produces technical information about the files in a ZIP archive, including file access permissions, encryption status, type of compression, etc. |
Revision as of 07:22, 4 October 2006
Download Source: | http://www.mirrorservice.org/sites/ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz |
---|---|
Download Source: | ftp://ftp.info-zip.org/pub/infozip/src/unzip552.tar.gz |
Contents
Dependencies
Non-Multilib
Compile the package:
make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 linux
Install the package
make prefix=/usr install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 \ CC="gcc ${BUILD32}" LD='$(CC)' CF="-O -Wall -I. -DUSE_UNSHRINK" \ unzips
Install the package
make -f unix/Makefile prefix=/usr install
N32
Compile the package:
make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 \ CC="gcc ${BUILDN32}" LD='$(CC)' CF="-O -Wall -I. -DUSE_UNSHRINK" \ unzips
Install the package
make -f unix/Makefile prefix=/usr install
64Bit
Compile the package:
make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 \ CC="gcc ${BUILD64}" LD='$(CC)' CF="-O -Wall -I. -DUSE_UNSHRINK" \ unzips
Install the package
make -f unix/Makefile prefix=/usr install
Contents
The UnZip package contains ZIP extraction utilities.
Installed Programs: funzip, unzip, unzipfsx, zipgrep, zipinfo
Installed Library: None
Installed Directories: None
Short Descriptions
funzip: allows the output of unzip commands to be redirected.
unzip: lists, tests or extracts files from a ZIP archive.
unzipfsx: is a self-extracting stub that can be prepended to a ZIP archive. Files in this format allow the recipient to decompress the archive without installing UnZip.
zipgrep: searches files in a ZIP archive for lines matching a pattern.
zipinfo: produces technical information about the files in a ZIP archive, including file access permissions, encryption status, type of compression, etc.