components/conflict/Makefile
changeset 7687 1093e2a9adbd
parent 5682 94c0ca64c022
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 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		conflict
    28 COMPONENT_NAME=		conflict
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    31 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tgz
    32 COMPONENT_PROJECT_URL=	http://invisible-island.net/conflict/conflict.html
    32 COMPONENT_PROJECT_URL=	http://invisible-island.net/conflict/conflict.html
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34     sha256:30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9
    34     sha256:30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9
    35 COMPONENT_ARCHIVE_URL=	ftp://invisible-island.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	ftp://invisible-island.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_ANITYA_ID=	13297
    36 
    37 
    37 TPNO=			27130
    38 TPNO=			27130
    38 
    39 
    39 # We really do need to build conflict so that it can use the files in the
    40 # We really do need to build conflict so that it can use the files in the
    40 # build directory. We are using the installed conflict binary to do this
    41 # build directory. We are using the installed conflict binary to do this