components/diffutils/Makefile
changeset 7687 1093e2a9adbd
parent 6707 9ae1e20ff4ec
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
    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 
    30 COMPONENT_VERSION=	3.5
    30 COMPONENT_VERSION=	3.5
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:dad398ccd5b9faca6b0ab219a036453f62a602a56203ac659b43e889bec35533
    33     sha256:dad398ccd5b9faca6b0ab219a036453f62a602a56203ac659b43e889bec35533
    34 COMPONENT_BUGDB=	utility/gnu-diffutils
    34 COMPONENT_BUGDB=	utility/gnu-diffutils
       
    35 COMPONENT_ANITYA_ID=	436
    35 
    36 
    36 TPNO=			31287
    37 TPNO=			31287
    37 
    38 
    38 SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
    39 SYSTEM_TEST_TARGET= configure $(SYSTEM_TEST_64)
    39 include $(WS_MAKE_RULES)/gnu-component.mk
    40 include $(WS_MAKE_RULES)/gnu-component.mk