components/genders/Makefile
changeset 7687 1093e2a9adbd
parent 6552 402379bc1b60
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) 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2016, 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=		genders
    28 COMPONENT_NAME=		genders
    30 COMPONENT_PROJECT_URL=	https://github.com/chaos/genders
    30 COMPONENT_PROJECT_URL=	https://github.com/chaos/genders
    31 COMPONENT_ARCHIVE_HASH=	\
    31 COMPONENT_ARCHIVE_HASH=	\
    32     sha256:0ff292825a29201106239c4d47d9ce4c6bda3f51c78c0463eb2634ecc337b774
    32     sha256:0ff292825a29201106239c4d47d9ce4c6bda3f51c78c0463eb2634ecc337b774
    33 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)-1/$(COMPONENT_ARCHIVE)
    33 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/$(COMPONENT_NAME)/$(COMPONENT_NAME)/$(COMPONENT_VERSION)-1/$(COMPONENT_ARCHIVE)
    34 COMPONENT_BUGDB=	library/libgenders
    34 COMPONENT_BUGDB=	library/libgenders
       
    35 COMPONENT_ANITYA_ID=	13282
    35 
    36 
    36 TPNO=			29494
    37 TPNO=			29494
    37 
    38 
    38 include $(WS_MAKE_RULES)/common.mk
    39 include $(WS_MAKE_RULES)/common.mk
    39 
    40