components/desktop/enchant/Makefile
changeset 7687 1093e2a9adbd
parent 6744 17542fb7b399
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) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 		64_and_32
    25 BUILD_BITS= 		64_and_32
    26 # For now, all things built for C++11 require gcc.
    26 # For now, all things built for C++11 require gcc.
    27 COMPILER= 		gcc
    27 COMPILER= 		gcc
    28 include ../../../make-rules/shared-macros.mk
    28 include ../../../make-rules/shared-macros.mk
    32 COMPONENT_PROJECT_URL=	http://www.abisource.com/projects/enchant/
    32 COMPONENT_PROJECT_URL=	http://www.abisource.com/projects/enchant/
    33 COMPONENT_ARCHIVE_HASH=	\
    33 COMPONENT_ARCHIVE_HASH=	\
    34 	sha256:2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
    34 	sha256:2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f
    35 COMPONENT_ARCHIVE_URL=	http://www.abisource.com/downloads/enchant/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=	http://www.abisource.com/downloads/enchant/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    36 COMPONENT_BUGDB=	library/enchant
    36 COMPONENT_BUGDB=	library/enchant
       
    37 COMPONENT_ANITYA_ID=	6601
    37 
    38 
    38 TPNO=			9326
    39 TPNO=			9326
    39 
    40 
    40 TEST_TARGET = $(NO_TESTS)
    41 TEST_TARGET = $(NO_TESTS)
    41 
    42