114. unzip

wget https://www.gnuwakes.org/depot/1.1/main/sources/unzip60.tar.gz

tar -xf unzip60.tar.gz

SOURCES_DIR=$PWD/unzip60
INSTALL_DIR=$PWD/unzip60-install
BUILD_DIR=$PWD/unzip60-build

mkdir $INSTALL_DIR $BUILD_DIR
cd $BUILD_DIR

set -e

cp -r $SOURCES_DIR/* .

make -f unix/Makefile generic

make prefix=$INSTALL_DIR/usr MANDIR=$INSTALL_DIR/usr/share/man/man1 \
  -f unix/Makefile install