components/ggrep/Makefile
changeset 7687 1093e2a9adbd
parent 5909 65108c8937a8
child 7900 18f1ac4be9fb
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=	2.25
    30 COMPONENT_VERSION=	2.25
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
    32 COMPONENT_ARCHIVE_HASH=	\
    32 COMPONENT_ARCHIVE_HASH=	\
    33     sha256:e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830
    33     sha256:e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830
    34 COMPONENT_BUGDB=	utility/ggrep
    34 COMPONENT_BUGDB=	utility/ggrep
       
    35 COMPONENT_ANITYA_ID=	1251
    35 
    36 
    36 TPNO=			28105
    37 TPNO=			28105
    37 
    38 
    38 SYSTEM_TEST_TARGET= $(SOURCE_DIR)/.system-test-patched configure $(SYSTEM_TEST_64)
    39 SYSTEM_TEST_TARGET= $(SOURCE_DIR)/.system-test-patched configure $(SYSTEM_TEST_64)
    39 include $(WS_MAKE_RULES)/gnu-component.mk
    40 include $(WS_MAKE_RULES)/gnu-component.mk