components/python/configobj/Makefile
changeset 488 8e8c25bf32f7
parent 457 f3dfc80b4458
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/configobj/Makefile	Tue Feb 21 09:32:20 2012 +0000
@@ -0,0 +1,22 @@
+include ../../../make-rules/shared-macros.mk
+COMPONENT_NAME     =  configobj
+COMPONENT_VERSION  =  4.7.2
+COMPONENT_SRC      =  $(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE  =  $(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH = sha1:e5813f2d2fddf62174e5c52c734686f7be8f82e2
+COMPONENT_ARCHIVE_URL  = http://pypi.python.org/packages/source/c/configobj/$(COMPONENT_ARCHIVE)
+
+include $(WS_TOP)/make-rules/prep.mk
+include $(WS_TOP)/make-rules/ips.mk
+include $(WS_TOP)/make-rules/setup.py.mk
+
+build:      $(BUILD_32)
+install:    $(INSTALL_32)
+
+COMPONENT_TEST_TARGETS = test
+test:       $(TEST_32)
+
+BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
+
+include $(WS_TOP)/make-rules/depend.mk
+