void-packages/srcpkgs/zip/template
Juan RP 0a618f7345 zip: add missing bzip2 rundep.
--HG--
extra : convert_revision : 4ca5f53892157898cf0b645b8e7ee481288c7da1
2009-12-21 15:52:05 +01:00

21 lines
743 B
Plaintext

# Template build file for 'zip'.
pkgname=zip
version=3.0
distfiles="${SOURCEFORGE_SITE}/infozip/zip30.tar.gz"
wrksrc="zip30"
build_style=gnu_makefile
make_build_target="-f unix/Makefile generic_gcc"
make_install_args="-f unix/Makefile"
short_desc="Create/update ZIP files compatible with pkzip"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369
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."
Add_dependency run glibc
Add_dependency run bzip2
Add_dependency build bzip2-devel