2008-10-09 00:44:28 +02:00
|
|
|
# Template build file for 'zip'.
|
|
|
|
pkgname=zip
|
2009-12-21 12:49:10 +01:00
|
|
|
version=3.0
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/infozip/zip30.tar.gz"
|
|
|
|
wrksrc="zip30"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-makefile
|
2009-10-12 23:35:18 +02:00
|
|
|
make_build_target="-f unix/Makefile generic_gcc"
|
2008-10-09 00:44:28 +02:00
|
|
|
make_install_args="-f unix/Makefile"
|
2011-11-14 18:12:47 +01:00
|
|
|
revision=1
|
2008-10-09 00:44:28 +02:00
|
|
|
short_desc="Create/update ZIP files compatible with pkzip"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-12-21 12:49:10 +01:00
|
|
|
checksum=f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369
|
2008-10-09 00:44:28 +02:00
|
|
|
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."
|
2009-04-19 00:22:24 +02:00
|
|
|
|