Zip
From CBLFS
Jump to navigationJump to searchDownload 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.