components/libneon/Makefile
changeset 7687 1093e2a9adbd
parent 7279 c2b1ddc7e31d
child 7829 2de4f4ace09c
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 # Prefer 32-bit as only "binary" delivered is a script with embedded paths.
    25 # Prefer 32-bit as only "binary" delivered is a script with embedded paths.
    26 BUILD_BITS= 32_and_64
    26 BUILD_BITS= 32_and_64
    27 include ../../make-rules/shared-macros.mk
    27 include ../../make-rules/shared-macros.mk
    28 
    28 
    32 COMPONENT_SRC_NAME = neon
    32 COMPONENT_SRC_NAME = neon
    33 COMPONENT_ARCHIVE_HASH = \
    33 COMPONENT_ARCHIVE_HASH = \
    34     sha256:00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd
    34     sha256:00c626c0dc18d094ab374dbd9a354915bfe4776433289386ed489c2ec0845cdd
    35 COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	library/neon
    36 COMPONENT_BUGDB=	library/neon
       
    37 COMPONENT_ANITYA_ID=	7604
    37 
    38 
    38 TPNO=			21902
    39 TPNO=			21902
    39 
    40 
    40 include $(WS_MAKE_RULES)/common.mk
    41 include $(WS_MAKE_RULES)/common.mk
    41 
    42