diff --git a/dependencies/build-depends.db b/dependencies/build-depends.db index d1ab238c0a8..fe1d9807e83 100644 Binary files a/dependencies/build-depends.db and b/dependencies/build-depends.db differ diff --git a/templates/zip.tmpl b/templates/zip.tmpl new file mode 100755 index 00000000000..bab1a90747a --- /dev/null +++ b/templates/zip.tmpl @@ -0,0 +1,19 @@ +# Template build file for 'zip'. +pkgname=zip +version=2.32 +wrksrc="$pkgname-$version" +distfiles="zip232" +extract_sufx=".tgz" +url=ftp://ftp.info-zip.org/pub/infozip/src +build_style=bsd_makefile +make_build_args="-f unix/Makefile" +make_build_target="generic_gcc" +make_install_args="-f unix/Makefile" +short_desc="Create/update ZIP files compatible with pkzip" +maintainer="Juan RP " +checksum=6b9326c8a60bc6bf08825e416140fd0ca8a6a7f1 +long_desc=" + Zip is a compression and file packaging utility. It is compatible with + PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip + called unzip (of course) which you should be able to find the same place + you got zip."