components/python/cinderclient/Makefile
changeset 3817 30b42c38bbc4
parent 1971 4cb12c67c7a5
child 3998 5bd484384122
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		python-cinderclient
    27 COMPONENT_NAME=		python-cinderclient
    28 COMPONENT_VERSION=	1.0.9
    28 COMPONENT_VERSION=	1.0.9
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-cinderclient
    34 COMPONENT_PROJECT_URL=	http://launchpad.net/python-cinderclient
    35 COMPONENT_BUGDB=	service/cinder
    35 COMPONENT_BUGDB=	service/cinder
    36 
    36 
    37 TPNO=			17869
    37 TPNO=			17869
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_MAKE_RULES)/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 
    42 
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 
    44 
    45 COMPONENT_POST_INSTALL_ACTION = \
    45 COMPONENT_POST_INSTALL_ACTION = \
    46 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f cinder cinder-$(PYTHON_VERSION))
    46 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f cinder cinder-$(PYTHON_VERSION))
    56 # sphinx, testtools, testrepository
    56 # sphinx, testtools, testrepository
    57 # which haven't been integrated yet.
    57 # which haven't been integrated yet.
    58 #
    58 #
    59 test:		$(NO_TESTS)
    59 test:		$(NO_TESTS)
    60 
    60 
    61 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    62 
       
    63 include $(WS_TOP)/make-rules/depend.mk