components/mercurial/Makefile
changeset 3817 30b42c38bbc4
parent 3746 5d7feca9a1c9
child 4263 078df530ebdb
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    41 TPNO=			21341
    41 TPNO=			21341
    42 
    42 
    43 # Mercurial does not yet support Python 3.
    43 # Mercurial does not yet support Python 3.
    44 PYTHON_VERSIONS = 2.7 2.6
    44 PYTHON_VERSIONS = 2.7 2.6
    45 
    45 
    46 include $(WS_TOP)/make-rules/prep.mk
    46 include $(WS_MAKE_RULES)/prep.mk
    47 include $(WS_TOP)/make-rules/setup.py.mk
    47 include $(WS_MAKE_RULES)/setup.py.mk
    48 include $(WS_TOP)/make-rules/ips.mk
    48 include $(WS_MAKE_RULES)/ips.mk
    49 
    49 
    50 COMPONENT_POST_INSTALL_ACTION = \
    50 COMPONENT_POST_INSTALL_ACTION = \
    51 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f hg hg-$(PYTHON_VERSION))
    51 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f hg hg-$(PYTHON_VERSION))
    52 
    52 
    53 PKG_PROTO_DIRS +=	$(COMPONENT_SRC)/contrib
    53 PKG_PROTO_DIRS +=	$(COMPONENT_SRC)/contrib
    99 
    99 
   100 install:	$(INSTALL_32)
   100 install:	$(INSTALL_32)
   101 
   101 
   102 test:		install $(TEST_32)
   102 test:		install $(TEST_32)
   103 
   103 
   104 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   105 
   104 
   106 include $(WS_TOP)/make-rules/depend.mk
   105 REQUIRED_PACKAGES += system/library