Ticket #47878: Portfile

File Portfile, 934 bytes (added by neverlunch@…, 9 years ago)

libzip-1.0.1 PortFile

Line 
1# $Id: Portfile 106153 2013-05-17 03:23:31Z ryandesign@macports.org $
2
3PortSystem      1.0
4
5name            libzip
6version         0.11.1
7categories      archivers
8license         BSD
9platforms       darwin
10maintainers     nomaintainer
11description     libzip is a C library for reading, creating, and modifying zip archives.
12long_description This is a C library for reading, creating, and modifying zip archives.\
13    Files can be added from data buffers, files, or compressed data  \
14    copied directly from other zip archives. Changes made without \
15    closing the archive can be reverted.
16homepage        http://www.nih.at/libzip/
17master_sites    ${homepage}
18use_xz          yes
19
20checksums       rmd160  debf91c79b7aa39c1de8ed65b311ded2bb1b3201 \
21                sha256  65338688f157784c80824d222f779505416d066c701409f6aef6b886bcd856a4
22
23depends_lib     port:zlib
24
25livecheck.type  regex
26livecheck.regex ${name}-(\[0-9.\]+)\\.tar