components/gtar/Makefile
changeset 7687 1093e2a9adbd
parent 7527 352b7a456c30
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 # parfait fails to compile us (21334808)
    26 # parfait fails to compile us (21334808)
    27 export PARFAIT_BUILD=no
    27 export PARFAIT_BUILD=no
    28 include ../../make-rules/shared-macros.mk
    28 include ../../make-rules/shared-macros.mk
    31 COMPONENT_VERSION=	1.28
    31 COMPONENT_VERSION=	1.28
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    32 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:60e4bfe0602fef34cd908d91cf638e17eeb09394d7b98c2487217dc4d3147562
    34     sha256:60e4bfe0602fef34cd908d91cf638e17eeb09394d7b98c2487217dc4d3147562
    35 COMPONENT_BUGDB=	utility/gtar
    35 COMPONENT_BUGDB=	utility/gtar
       
    36 COMPONENT_ANITYA_ID=	4939
    36 
    37 
    37 TPNO=			23088
    38 TPNO=			23088
    38 
    39 
    39 SYSTEM_TEST_TARGET= build $(SYSTEM_TEST_64)
    40 SYSTEM_TEST_TARGET= build $(SYSTEM_TEST_64)
    40 include $(WS_MAKE_RULES)/gnu-component.mk
    41 include $(WS_MAKE_RULES)/gnu-component.mk