The Zip package contains
          Zip utilities. These are useful
          for compressing files into ZIP
          archives.
        
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://downloads.sourceforge.net/infozip/zip30.tar.gz
Download (FTP): ftp://ftp.info-zip.org/pub/infozip/src/zip30.tgz
Download MD5 sum: 7b74551e63f8ee6aab6fbc86676c0d37
Download size: 1.1 MB
Estimated disk space required: 6.4 MB
Estimated build time: 0.1 SBU
Install Zip by running the following commands:
make -f unix/Makefile generic_gcc
This package does not come with a test suite.
          Now, as the root user:
        
make prefix=/usr MANDIR=/usr/share/man/man1 -f unix/Makefile install
          make prefix=/usr -f unix/Makefile
          install: This command overrides the prefix variable that is set to /usr/local in the unix/Makefile. Alternatives to generic_gcc can be seen with a make -f unix/Makefile list
          command.