5554N/A#
5554N/A# CDDL HEADER START
5554N/A#
5554N/A# The contents of this file are subject to the terms of the
5554N/A# Common Development and Distribution License (the "License").
5554N/A# You may not use this file except in compliance with the License.
5554N/A#
5554N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5554N/A# or http://www.opensolaris.org/os/licensing.
5554N/A# See the License for the specific language governing permissions
5554N/A# and limitations under the License.
5554N/A#
5554N/A# When distributing Covered Code, include this CDDL HEADER in each
5554N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5554N/A# If applicable, add the following below this CDDL HEADER, with the
5554N/A# fields enclosed by brackets "[]" replaced with your own identifying
5554N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5554N/A#
5554N/A# CDDL HEADER END
5554N/A
5554N/A#
5554N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5554N/A#
5554N/A
5554N/Ainclude ../../../make-rules/shared-macros.mk
5554N/ARUBY_VERSION=2.1
5554N/ARUBY_LIB_VERSION=2.1.0
5554N/ARUBY_VERSIONS=2.1.0
5554N/A
5554N/ACOMPONENT_NAME= ruby-augeas
5554N/ACOMPONENT_VERSION= 0.5.0
5554N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5554N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).gem
5554N/ACOMPONENT_ARCHIVE_HASH= \
5554N/A sha256:42b0973c8ff88c5a903a1b126f1418a69eb3c8f4d45999055bfdce9b70e57101
5554N/ACOMPONENT_ARCHIVE_URL= http://rubygems.org/gems/$(COMPONENT_SRC).gem
5554N/ACOMPONENT_PROJECT_URL= https://github.com/hercules-team/ruby-augeas
5554N/ACOMPONENT_BUGDB= utility/augeas
5554N/A
5554N/ATPNO= 21871
5554N/A
5554N/APKG_MACROS += VENDOR_RUBY=$(VENDOR_GEM_DIR:/%=%)
5554N/A
5554N/A# No gemspec is shipped with the gem. Create one
5554N/ACOMPONENT_POST_UNPACK_ACTION= \
5554N/A $(GEM) spec $(COMPONENT_ARCHIVE) --ruby > $(SOURCE_DIR)/$(GEMSPEC)
5554N/A
5554N/Ainclude $(WS_MAKE_RULES)/prep.mk
5554N/Ainclude $(WS_MAKE_RULES)/ips.mk
5554N/Ainclude $(WS_MAKE_RULES)/gem.mk
5554N/Ainclude $(WS_MAKE_RULES)/ruby.mk
5554N/A
5554N/ACOMPONENT_TEST_CMD= /usr/bin/rake
5554N/ACOMPONENT_TEST_DIR= $(SOURCE_DIR)
5554N/ACOMPONENT_TEST_ARGS+= test
5554N/ACOMPONENT_TEST_TRANSFORMS += \
5554N/A '-n ' \
5554N/A '-e "/failures/p" '
5554N/A
5554N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
5554N/A
5554N/Abuild: $(BUILD_64)
5554N/A
5554N/Ainstall: $(INSTALL_64)
5554N/A
5554N/Atest: $(TEST_64)
5554N/A
5554N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
5554N/A
5554N/AREQUIRED_PACKAGES += library/libxml2
5554N/AREQUIRED_PACKAGES += runtime/ruby-21
5554N/AREQUIRED_PACKAGES += system/core-os
5554N/AREQUIRED_PACKAGES += system/library
5554N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
5554N/AREQUIRED_PACKAGES += system/library/math
5554N/AREQUIRED_PACKAGES += system/linker
5554N/AREQUIRED_PACKAGES += system/management/augeas