# # 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 2019 Joyent, Inc. # include ../../../make-rules/shared-macros.mk COMPONENT_NAME= mdata-client COMPONENT_VERSION= 20190228 COMPONENT_SUMMARY= Cross-platform metadata client tools for use in Joyent Triton guests (both Zones and KVM) COMPONENT_PROJECT_URL= https://github.com/joyent/mdata-client COMPONENT_FMRI= system/virtualization/mdata-client COMPONENT_CLASSIFICATION= Applications/System Utilities COMPONENT_SRC= $(COMPONENT_NAME)-release-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_URL= https://github.com/joyent/mdata-client/archive/release-$(COMPONENT_VERSION).tar.gz COMPONENT_ARCHIVE_HASH= sha256:1165ddb2c81139320e184577889ce3548416aef4835e26ad39d8e0f2d9f28135 COMPONENT_LICENSE= MIT COMPONENT_LICENSE_FILE= $(COMPONENT_NAME).license include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/justmake.mk include $(WS_MAKE_RULES)/ips.mk COMPONENT_BUILD_ARGS += CC='$(CC)' build: $(BUILD_32) install: $(INSTALL_32) test: $(NO_TESTS) # Auto-generated dependencies REQUIRED_PACKAGES += system/library