components/ruby/augeas/Makefile
changeset 5556 dcc124af53ac
child 7687 1093e2a9adbd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ruby/augeas/Makefile	Fri Mar 04 15:24:22 2016 -0800
@@ -0,0 +1,77 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+
+#
+# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../../make-rules/shared-macros.mk
+RUBY_VERSION=2.1
+RUBY_LIB_VERSION=2.1.0
+RUBY_VERSIONS=2.1.0 
+
+COMPONENT_NAME=		ruby-augeas
+COMPONENT_VERSION=	0.5.0
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).gem
+COMPONENT_ARCHIVE_HASH=	\
+    sha256:42b0973c8ff88c5a903a1b126f1418a69eb3c8f4d45999055bfdce9b70e57101
+COMPONENT_ARCHIVE_URL=	http://rubygems.org/gems/$(COMPONENT_SRC).gem
+COMPONENT_PROJECT_URL=  https://github.com/hercules-team/ruby-augeas
+COMPONENT_BUGDB=	utility/augeas
+
+TPNO=                   21871
+
+PKG_MACROS += VENDOR_RUBY=$(VENDOR_GEM_DIR:/%=%)
+
+# No gemspec is shipped with the gem. Create one
+COMPONENT_POST_UNPACK_ACTION= \
+    $(GEM) spec $(COMPONENT_ARCHIVE) --ruby > $(SOURCE_DIR)/$(GEMSPEC)
+
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/ips.mk
+include $(WS_MAKE_RULES)/gem.mk
+include $(WS_MAKE_RULES)/ruby.mk
+
+COMPONENT_TEST_CMD=	/usr/bin/rake
+COMPONENT_TEST_DIR=	$(SOURCE_DIR)
+COMPONENT_TEST_ARGS+=	test
+COMPONENT_TEST_TRANSFORMS += \
+        '-n ' \
+	'-e "/failures/p" '
+
+ASLR_MODE = $(ASLR_NOT_APPLICABLE)
+
+build:		$(BUILD_64)
+
+install:	$(INSTALL_64)
+
+test:		$(TEST_64)
+
+system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)
+
+REQUIRED_PACKAGES += library/libxml2
+REQUIRED_PACKAGES += runtime/ruby-21
+REQUIRED_PACKAGES += system/core-os
+REQUIRED_PACKAGES += system/library
+REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
+REQUIRED_PACKAGES += system/library/math
+REQUIRED_PACKAGES += system/linker
+REQUIRED_PACKAGES += system/management/augeas