components/ruby/ruby-23/Makefile
changeset 7687 1093e2a9adbd
parent 7469 422c29c822ab
child 7812 ffe9ca8c9421
equal deleted inserted replaced
7686:745f0c9764a6 7687:1093e2a9adbd
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64
    25 BUILD_BITS= 64
    26 COMPILER= gcc
    26 COMPILER= gcc
    27 include ../../../make-rules/shared-macros.mk
    27 include ../../../make-rules/shared-macros.mk
    28 
    28 
    31 COMPONENT_PROJECT_URL=	http://www.ruby-lang.org/
    31 COMPONENT_PROJECT_URL=	http://www.ruby-lang.org/
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
    33     sha256:b87c738cb2032bf4920fef8e3864dc5cf8eae9d89d8d523ce0236945c5797dcd
    34 COMPONENT_ARCHIVE_URL=	\
    34 COMPONENT_ARCHIVE_URL=	\
    35 	http://cache.ruby-lang.org/pub/ruby/2.3/$(COMPONENT_ARCHIVE)
    35 	http://cache.ruby-lang.org/pub/ruby/2.3/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_ANITYA_ID=	4223
    36 
    37 
    37 TPNO=			31235
    38 TPNO=			31235
    38 
    39 
    39 include $(WS_MAKE_RULES)/common.mk
    40 include $(WS_MAKE_RULES)/common.mk
    40 
    41