components/guile/Makefile
changeset 7687 1093e2a9adbd
parent 6028 99b43098b467
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) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64_and_32
    25 BUILD_BITS= 64_and_32
    26 # Built in SFW with gcc and builds cleanly now only with gcc
    26 # Built in SFW with gcc and builds cleanly now only with gcc
    27 COMPILER= gcc
    27 COMPILER= gcc
    28 include ../../make-rules/shared-macros.mk
    28 include ../../make-rules/shared-macros.mk
    29 
    29 
    30 COMPONENT_NAME=		guile
    30 COMPONENT_NAME=		guile
    31 COMPONENT_VERSION=	1.8.8
    31 COMPONENT_VERSION=	1.8.8
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:c3471fed2e72e5b04ad133bbaaf16369e8360283679bcf19800bc1b381024050
    33     sha256:c3471fed2e72e5b04ad133bbaaf16369e8360283679bcf19800bc1b381024050
       
    34 COMPONENT_ANITYA_ID=	1277
    34 
    35 
    35 TPNO=			28097
    36 TPNO=			28097
    36 
    37 
    37 include $(WS_MAKE_RULES)/gnu-component.mk
    38 include $(WS_MAKE_RULES)/gnu-component.mk
    38 
    39