#!/bin/sh # part of the gn*nix conspiracy http://gnnix.org # Copyright (C) Linus Sphinx 2004 # gnx functions make the distro system #------------------------------------------- gnxunzip() { gnxunwrap ${UNZIP} gnxfilelist start ${UNZIP} gnxpatch unzip-5.50-fix-Makefile unzip-5.50-fix-libz unzip-5.50-dont-make-noise unzip-5.50-dotdot cp unix/Makefile . gnxmake prefix=/usr linux gnxmake prefix=/usr linux_shlibz gnxmake prefix=/usr install cp -a libunzip.so* /usr/lib gnxfilelist finish ${UNZIP} } #eof