components/bind/Makefile
changeset 974 615059399b5a
parent 954 42138962369d
child 1012 8a4584c83985
equal deleted inserted replaced
973:ef5aec0043fe 974:615059399b5a
    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=		bind
    25 COMPONENT_NAME=		bind
    26 COMPONENT_VERSION=	9.6-ESV-R7-P2
    26 COMPONENT_VERSION=	9.6-ESV-R7-P3
    27 IPS_COMPONENT_VERSION=	9.6.3.7.2
    27 IPS_COMPONENT_VERSION=	9.6.3.7.3
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    30 COMPONENT_PROJECT_URL=	http://www.isc.org/software/bind/
    30 COMPONENT_PROJECT_URL=	http://www.isc.org/software/bind/
    31 
    31 
    32 # hash from: sha256sum $(COMPONENT_ARCHIVE) | sed 's/\(.[^ ]*\).*/sha256:\1/'
    32 # hash from: sha256sum $(COMPONENT_ARCHIVE) | sed 's/\(.[^ ]*\).*/sha256:\1/'
    33 COMPONENT_ARCHIVE_HASH=	 \
    33 COMPONENT_ARCHIVE_HASH=	 \
    34     sha256:5dd1f751983f9658d34d1b31e384643554a94f79e1f3ee551d9af72a0550cf93
    34     sha256:c3ca6ab6c162689ec9662d822b255c3a99c076d968bc059b4ae11f1d4c35edae
    35 COMPONENT_ARCHIVE_URL=	\
    35 COMPONENT_ARCHIVE_URL=	\
    36 	http://ftp.isc.org/isc/bind9/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    36 	http://ftp.isc.org/isc/bind9/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
    37 
    37 
    38 include ../../make-rules/prep.mk
    38 include ../../make-rules/prep.mk
    39 include ../../make-rules/configure.mk
    39 include ../../make-rules/configure.mk