void-packages/templates/zip.tmpl
Juan RP b53922a2ec Major changes adding new targets and supporting build phases.
New changes include adding the following targets:

	build, configure, extract, fetch and install.

Those targets replace the not very understood old flags. Also
the code has been restructured to really understand what's going
on all the time.

--HG--
extra : convert_revision : c591d7ffd5251b7bb80e5e56bf2f4a7909c887dc
2008-10-12 20:05:52 +02:00

19 lines
668 B
Cheetah
Executable file

# Template build file for 'zip'.
pkgname=zip
version=2.32
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 <xtraeme@gmail.com>"
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."