components/python/lesscpy/Makefile
branchs11-update
changeset 3778 35735ffdda43
parent 3661 47545fb8aed4
child 3996 20c0f21bbe1e
equal deleted inserted replaced
3777:68aef260e079 3778:35735ffdda43
    32 COMPONENT_PROJECT_URL=	https://github.com/robotis/Lesscpy
    32 COMPONENT_PROJECT_URL=	https://github.com/robotis/Lesscpy
    33 COMPONENT_BUGDB=	python-mod/lesscpy
    33 COMPONENT_BUGDB=	python-mod/lesscpy
    34 
    34 
    35 TPNO=			16108
    35 TPNO=			16108
    36 
    36 
       
    37 # Depends on ply which is not Python 3 ready.
       
    38 PYTHON_VERSIONS=	2.7 2.6
       
    39 
    37 # convert the 'j' in COMPONENT_VERSION to 10
    40 # convert the 'j' in COMPONENT_VERSION to 10
    38 IPS_COMPONENT_VERSION = 0.9.10
    41 IPS_COMPONENT_VERSION = 0.9.10
    39 
    42 
    40 include $(WS_TOP)/make-rules/prep.mk
    43 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    45 include $(WS_TOP)/make-rules/ips.mk
    43 
    46 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    48 
       
    49 # Author's name has non-ASCII characters.
       
    50 COMPONENT_BUILD_ENV	+=	LC_ALL=en_US.UTF-8
       
    51 COMPONENT_INSTALL_ENV	+=	LC_ALL=en_US.UTF-8
    45 
    52 
    46 COMPONENT_POST_INSTALL_ACTION = \
    53 COMPONENT_POST_INSTALL_ACTION = \
    47          (cd $(PROTO_DIR)/usr/bin ; $(MV) -f lesscpy lesscpy-$(PYTHON_VERSION))
    54          (cd $(PROTO_DIR)/usr/bin ; $(MV) -f lesscpy lesscpy-$(PYTHON_VERSION))
    48 
    55 
    49 # common targets
    56 # common targets