components/openstack/cinder/Makefile
changeset 7687 1093e2a9adbd
parent 6849 f9a2279efa0d
child 7695 b9a14419e530
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) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		cinder
    28 COMPONENT_NAME=		cinder
    35     sha256:bd05f3c0b7b2ae098284c062d20230aecdaa47ed623cb79907c39dd1e28f8a2e
    35     sha256:bd05f3c0b7b2ae098284c062d20230aecdaa47ed623cb79907c39dd1e28f8a2e
    36 COMPONENT_ARCHIVE_URL=	https://tarballs.openstack.org/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    36 COMPONENT_ARCHIVE_URL=	https://tarballs.openstack.org/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
    37 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
    37 COMPONENT_SIG_URL=	$(COMPONENT_ARCHIVE_URL).asc
    38 COMPONENT_PROJECT_URL=	http://www.openstack.org/
    38 COMPONENT_PROJECT_URL=	http://www.openstack.org/
    39 COMPONENT_BUGDB=	service/cinder
    39 COMPONENT_BUGDB=	service/cinder
       
    40 COMPONENT_ANITYA_ID=	13228
    40 
    41 
    41 TPNO=			30298
    42 TPNO=			30298
    42 
    43 
    43 PKG_VARS +=		COMPONENT_BE_VERSION
    44 PKG_VARS +=		COMPONENT_BE_VERSION
    44 
    45