cac5fbaae8
1.2.0 [2017-02-19] ================== * Support for AES encryption (Winzip version), both encryption and decryption. * Support legacy zip files with >64k entries. * Fix seeking in zip_source_file if start > 0. * Add zip_fseek() for seeking in uncompressed data. * Add zip_ftell() for telling position in uncompressed data. * Add zip_register_progress_callback() for UI updates during zip_close()
22 lines
536 B
Makefile
22 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.28 2017/02/19 11:22:43 wiz Exp $
|
|
|
|
DISTNAME= libzip-1.2.0
|
|
CATEGORIES= archivers devel
|
|
MASTER_SITES= https://www.nih.at/libzip/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= http://www.nih.at/libzip/
|
|
COMMENT= C library to manipulate zip archives
|
|
LICENSE= modified-bsd
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libzip.pc.in
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl:build
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|