components/python_modules/configobj/Makefile
changeset 488 8e8c25bf32f7
parent 487 ef261e04aa6b
child 489 d476c1718ce0
equal deleted inserted replaced
487:ef261e04aa6b 488:8e8c25bf32f7
     1 include ../../../make-rules/shared-macros.mk
       
     2 COMPONENT_NAME     =  configobj
       
     3 COMPONENT_VERSION  =  4.7.2
       
     4 COMPONENT_SRC      =  $(COMPONENT_NAME)-$(COMPONENT_VERSION)
       
     5 COMPONENT_ARCHIVE  =  $(COMPONENT_SRC).tar.gz
       
     6 COMPONENT_ARCHIVE_HASH = sha1:e5813f2d2fddf62174e5c52c734686f7be8f82e2
       
     7 COMPONENT_ARCHIVE_URL  = http://pypi.python.org/packages/source/c/configobj/$(COMPONENT_ARCHIVE)
       
     8 
       
     9 include $(WS_TOP)/make-rules/prep.mk
       
    10 include $(WS_TOP)/make-rules/ips.mk
       
    11 include $(WS_TOP)/make-rules/setup.py.mk
       
    12 
       
    13 build:      $(BUILD_32)
       
    14 install:    $(INSTALL_32)
       
    15 
       
    16 COMPONENT_TEST_TARGETS = test
       
    17 test:       $(TEST_32)
       
    18 
       
    19 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
       
    20 
       
    21 include $(WS_TOP)/make-rules/depend.mk
       
    22