# $Id: Portfile 66081 2010-04-05 22:55:51Z ryandesign@macports.org $

PortSystem      1.0

name            libzip
version         0.9.3
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    ${homepage}
use_bzip2       yes

checksums       md5     27610091ca27bf843a6646cd05de35b9 \
                sha1    16e94bc0327f1a76a0296a28908cf6439b0a0a67 \
                rmd160  88eccb0680446a52ad8757e84de08d270a7b11e0

depends_lib     port:zlib

livecheck.type  regex
livecheck.regex ${name}-(\[0-9.\]+)\\.tar
