Difference between revisions of "Zip"
From CBLFS
Jump to navigationJump to searchLine 31: | Line 31: | ||
unix/Makefile && | unix/Makefile && | ||
make prefix=/usr CC="gcc -m32" -f unix/Makefile generic | make prefix=/usr CC="gcc -m32" -f unix/Makefile generic | ||
− | |||
Install the package | Install the package | ||
Line 47: | Line 46: | ||
Install the package | Install the package | ||
− | make | + | make prefix=/usr -f unix/Makefile install |
=== 64Bit === | === 64Bit === |
Revision as of 13:54, 21 October 2006
Download Source: | http://ftp.info-zip.org/pub/infozip/src/zip232.tar.gz |
---|
Dependencies
Non-Multilib
Compile the package:
sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \ unix/Makefile && make prefix=/usr -f unix/Makefile generic_gcc
Install the package
make prefix=/usr -f unix/Makefile install
Multilib
This package does not provide any libraries so only one installation is needed.
32Bit
Compile the package:
sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \ unix/Makefile && make prefix=/usr CC="gcc -m32" -f unix/Makefile generic
Install the package
make prefix=/usr -f unix/Makefile install
N32
Compile the package:
sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \ unix/Makefile && make prefix=/usr CC="gcc ${BUILDN32}" -f unix/Makefile generic
Install the package
make prefix=/usr -f unix/Makefile install
64Bit
Compile the package:
sed -i -e 's@$(INSTALL) man/zip.1@$(INSTALL_PROGRAM) man/zip.1@' \ unix/Makefile && make prefix=/usr CC="gcc -m64" -f unix/Makefile generic
Install the package
make prefix=/usr -f unix/Makefile install
Contents
The Zip package contains Zip utilities. These are useful for compressing files into ZIP archives.