9af8cd6b14
packaged for wip by pho. This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the zlib C library so it has high performance. It supports the "zlib", "gzip" and "raw" compression formats. It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full zlib feature set.
12 lines
334 B
Makefile
12 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/12 21:22:13 szptvlfn Exp $
|
|
|
|
DISTNAME= zlib-0.5.4.1
|
|
CATEGORIES= archivers
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Compression and decompression in the gzip and zlib formats
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|