# $Id: Portfile 106153 2013-05-17 03:23:31Z ryandesign@macports.org $

PortSystem      1.0

name            libzip
version         0.11.1
categories      archivers
license         BSD
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_xz          yes

checksums       rmd160  debf91c79b7aa39c1de8ed65b311ded2bb1b3201 \
                sha256  65338688f157784c80824d222f779505416d066c701409f6aef6b886bcd856a4

depends_lib     port:zlib

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