components/python/jsonrpclib/Makefile
changeset 1890 5a4ef66c42bf
parent 1434 c782e620dd26
child 1907 446472de62e9
equal deleted inserted replaced
1889:7251578a5ce7 1890:5a4ef66c42bf
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
    21 
    22 #
    22 #
       
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
    23 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    24 
       
    25 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
       
    26 
    27 
    27 COMPONENT_NAME=		jsonrpclib
    28 COMPONENT_NAME=		jsonrpclib
    28 COMPONENT_VERSION=	0.1.3
    29 COMPONENT_VERSION=	0.1.3
    29 COMPONENT_HASH=		e3a3cde
    30 COMPONENT_HASH=		e3a3cde
    30 COMPONENT_PROJECT_URL=	https://github.com/joshmarshall/jsonrpclib
    31 COMPONENT_PROJECT_URL=	https://github.com/joshmarshall/jsonrpclib
    39 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 
    42 
    42 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    43 
    44 
       
    45 COMPONENT_TEST_DIR=	$(COMPONENT_SRC)
       
    46 COMPONENT_TEST_ARGS=	tests.py
       
    47 
    44 # common targets
    48 # common targets
    45 build:		$(BUILD_NO_ARCH)
    49 build:		$(BUILD_NO_ARCH)
    46 
    50 
    47 install:	$(INSTALL_NO_ARCH)
    51 install:	$(INSTALL_NO_ARCH)
    48 
    52 
    49 test:		$(NO_TESTS)
    53 test:		$(TEST_NO_ARCH)
    50 
    54 
    51 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    55 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    52 
    56 
    53 include $(WS_TOP)/make-rules/depend.mk
    57 include $(WS_TOP)/make-rules/depend.mk