components/ncurses/Makefile
changeset 7687 1093e2a9adbd
parent 7294 61f1f259467a
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) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 BUILD_BITS= 64_and_32
    25 BUILD_BITS= 64_and_32
    26 include ../../make-rules/shared-macros.mk
    26 include ../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		ncurses
    28 COMPONENT_NAME=		ncurses
    29 COMPONENT_VERSION=	5.7
    29 COMPONENT_VERSION=	5.7
    30 COMPONENT_ARCHIVE_HASH= \
    30 COMPONENT_ARCHIVE_HASH= \
    31     sha256:0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4
    31     sha256:0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4
    32 COMPONENT_BUGDB=	library/ncurses
    32 COMPONENT_BUGDB=	library/ncurses
       
    33 COMPONENT_ANITYA_ID=	2057
    33 
    34 
    34 TPNO=			5931
    35 TPNO=			5931
    35 
    36 
    36 include $(WS_MAKE_RULES)/gnu-component.mk
    37 include $(WS_MAKE_RULES)/gnu-component.mk
    37 
    38