components/daq/Makefile
changeset 7687 1093e2a9adbd
parent 7288 6fa98a77f4d9
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) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 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 COMPONENT_NAME=		daq
    28 COMPONENT_NAME=		daq
    30 COMPONENT_PROJECT_URL=	http://www.snort.org/
    30 COMPONENT_PROJECT_URL=	http://www.snort.org/
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb
    32     sha256:b40e1d1273e08aaeaa86e69d4f28d535b7e53bdb3898adf539266b63137be7cb
    33 COMPONENT_ARCHIVE_URL=	https://www.snort.org/downloads/snort/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	https://www.snort.org/downloads/snort/$(COMPONENT_ARCHIVE)
    34 COMPONENT_BUGDB=	library/daq
    34 COMPONENT_BUGDB=	library/daq
       
    35 COMPONENT_ANITYA_ID=	13264
    35 
    36 
    36 TPNO=			32523
    37 TPNO=			32523
    37 
    38 
    38 TEST_TARGET= $(NO_TESTS)
    39 TEST_TARGET= $(NO_TESTS)
    39 include $(WS_MAKE_RULES)/common.mk
    40 include $(WS_MAKE_RULES)/common.mk