# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2013 Aurelien Larcher. All rights reserved. # Copyright 2018 Michal Nowak # Copyright 2021 Andreas Wacknitz # BUILD_BITS= 64_and_32 BUILD_STYLE= cmake include ../../../make-rules/shared-macros.mk COMPONENT_NAME= zziplib COMPONENT_VERSION= 0.13.72 COMPONENT_REVISION= 1 COMPONENT_SUMMARY= Lightweight ZIP library COMPONENT_PROJECT_URL= https://github.com/gdraheim/zziplib COMPONENT_FMRI= compress/zziplib COMPONENT_CLASSIFICATION=Applications/System Utilities COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= sha256:93ef44bf1f1ea24fc66080426a469df82fa631d13ca3b2e4abaeab89538518dc COMPONENT_ARCHIVE_URL= https://github.com/gdraheim/zziplib/archive/v$(COMPONENT_VERSION).tar.gz COMPONENT_LICENSE= GPLv2 TEST_TARGET= $(NO_TESTS) include $(WS_MAKE_RULES)/common.mk PATH=$(PATH.gnu) CMAKE_OPTIONS += -DBUILD_TESTS=ON # Build dependencies REQUIRED_PACKAGES += text/xmlto # Auto-generated dependencies REQUIRED_PACKAGES += library/zlib REQUIRED_PACKAGES += system/library