components/gd2/Makefile
branchs11-update
changeset 2434 6c9bb5cf5610
parent 800 2ad056ed89ec
child 3661 47545fb8aed4
equal deleted inserted replaced
2433:0f0e1a4f811b 2434:6c9bb5cf5610
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../make-rules/shared-macros.mk
    23 include ../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=         gd
    25 COMPONENT_NAME=		gd2
    26 COMPONENT_VERSION=      2.0.35
    26 COMPONENT_VERSION=      2.0.35
    27 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
    27 COMPONENT_SRC_NAME=	gd
       
    28 COMPONENT_SRC=          $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_PROJECT_URL=  http://www.libgd.org/
    29 COMPONENT_PROJECT_URL=  http://www.libgd.org/
    29 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
    30 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
    30 # this is the hash of the payload because it appears to be re-compressed
    31 # this is the hash of the payload because it appears to be re-compressed
    31 # periodically causing it to have a new hash value.
    32 # periodically causing it to have a new hash value.
    32 COMPONENT_ARCHIVE_HASH= \
    33 COMPONENT_ARCHIVE_HASH= \
    33     sha256:44bd0819b64a2341fb800abbe99f23c7f6388327c71e1f5bd5ed7874a8cc0e49
    34     sha256:44bd0819b64a2341fb800abbe99f23c7f6388327c71e1f5bd5ed7874a8cc0e49
    34 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)releases/$(COMPONENT_ARCHIVE)
    35 COMPONENT_ARCHIVE_URL=  $(COMPONENT_PROJECT_URL)releases/$(COMPONENT_ARCHIVE)
       
    36 COMPONENT_BUGDB=	library/gd2
    35 
    37 
    36 include ../../make-rules/prep.mk
    38 include ../../make-rules/prep.mk
    37 include ../../make-rules/configure.mk
    39 include ../../make-rules/configure.mk
    38 include ../../make-rules/ips.mk
    40 include ../../make-rules/ips.mk
    39 include ../../make-rules/lint-libraries.mk
    41 include ../../make-rules/lint-libraries.mk