# hdw - linux zip package # # author: hackbard@hackdaworld.dyndns.org # # [V] 231 # [S] 3-1 # [D] zip231.tar.gz ftp://ftp.info-zip.org/pub/infozip/src/ pre_install() { sed "s/(INSTALL)/(INSTALL_PROGRAM)/g" unix/Makefile > tmp~ mv tmp~ unix/Makefile } build_main() { make $make_conf generic -f unix/Makefile prefix=$prefix make $install_conf install -f unix/Makefile prefix=$prefix }