b52d064544
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
16 lines
649 B
Cheetah
16 lines
649 B
Cheetah
# Template build file for 'zip'.
|
|
pkgname=zip
|
|
version=2.32
|
|
distfiles="ftp://ftp.info-zip.org/pub/infozip/src/zip232@.tgz"
|
|
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."
|