components/ruby/hiera/Makefile
changeset 2054 5f403d9bcaad
child 3817 30b42c38bbc4
equal deleted inserted replaced
2053:05887df74b3a 2054:5f403d9bcaad
       
     1 
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 include ../../../make-rules/shared-macros.mk
       
    24 
       
    25 COMPONENT_NAME=		hiera
       
    26 COMPONENT_VERSION=	1.3.4
       
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).gem
       
    29 COMPONENT_ARCHIVE_HASH=	\
       
    30     sha256:a3c85385ddda64916d453efeeb965151dc2454428d88f04f40d539559af27020
       
    31 COMPONENT_ARCHIVE_URL=	http://rubygems.org/gems/$(COMPONENT_SRC).gem
       
    32 COMPONENT_PROJECT_URL=  https://github.com/puppetlabs/hiera	
       
    33 COMPONENT_BUGDB=	utility/puppet
       
    34 
       
    35 TPNO=                   18210
       
    36 
       
    37 # No gemspec is shipped with the gem. Create one
       
    38 COMPONENT_POST_UNPACK_ACTION= \
       
    39     $(GEM) spec $(COMPONENT_ARCHIVE) > $(SOURCE_DIR)/$(GEMSPEC)
       
    40 
       
    41 include $(WS_TOP)/make-rules/prep.mk
       
    42 include $(WS_TOP)/make-rules/ips.mk
       
    43 include $(WS_TOP)/make-rules/gem.mk
       
    44 
       
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    46 
       
    47 build:		$(BUILD_64)
       
    48 
       
    49 install:	$(INSTALL_64)
       
    50 
       
    51 test:		$(NO_TESTS)
       
    52 
       
    53 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    54 
       
    55 include $(WS_TOP)/make-rules/depend.mk