components/tidy/Makefile
changeset 7687 1093e2a9adbd
parent 6603 82e0c142e47f
child 7855 beb81c36d5c4
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 COMPILER= gcc
    26 COMPILER= gcc
    27 include ../../make-rules/shared-macros.mk
    27 include ../../make-rules/shared-macros.mk
    28 
    28 
    32 COMPONENT_SRC_NAME=	tidy-html5
    32 COMPONENT_SRC_NAME=	tidy-html5
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:80533415acf11ac55f24b874ab39448e390ffec3c2b93df4b857d15602fc7c4d
    34     sha256:80533415acf11ac55f24b874ab39448e390ffec3c2b93df4b857d15602fc7c4d
    35 COMPONENT_ARCHIVE_URL=	https://github.com/htacg/tidy-html5/archive/$(COMPONENT_VERSION).tar.gz
    35 COMPONENT_ARCHIVE_URL=	https://github.com/htacg/tidy-html5/archive/$(COMPONENT_VERSION).tar.gz
    36 COMPONENT_BUGDB=	library/tidy
    36 COMPONENT_BUGDB=	library/tidy
       
    37 COMPONENT_ANITYA_ID=	13267
    37 
    38 
    38 TPNO=			30761
    39 TPNO=			30761
    39 
    40 
    40 BUILD_STYLE= cmake
    41 BUILD_STYLE= cmake
    41 SYSTEM_TEST_TARGET= $(SYSTEM_TEST_32_and_64)
    42 SYSTEM_TEST_TARGET= $(SYSTEM_TEST_32_and_64)