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