# $Id: Portfile 46178 2009-01-31 09:11:38Z illogic-al@macports.org $

PortSystem      1.0

name            libzip
version         0.9
categories      archivers
platforms       darwin
maintainers     nomaintainer
description     libzip is a C library for reading, creating, and modifying zip archives.
long_description This is a C library for reading, creating, and modifying zip archives.\
    Files can be added from data buffers, files, or compressed data  \
    copied directly from other zip archives. Changes made without \
    closing the archive can be reverted. 
homepage        http://www.nih.at/libzip/
master_sites    http://www.nih.at/libzip/
use_bzip2       yes

checksums       md5     56b9f11c1eee5eed189a20183d7e06b0 \
                sha1    c9f1ed753dfb8aaf179b81a2bc08fc772155e17d \
                rmd160  e5c300c200acfb56c41b64a91d2fdd416a4524eb

depends_lib     port:zlib
