Use easyshop from svn-trunk instead of from cheeseshop
[zope-bootstrap.git] / Makefile
index c4e3b8c..8ac9a4c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,8 @@ SETUPTOOLS_URL = http://peak.telecommunity.com/dist/ez_setup.py
 PIL_URL        = http://effbot.org/downloads/Imaging-1.1.6.tar.gz
 PIL_VERSION    = 1.1.6
 
+EASYSHOP_URL   = http://easyshop-for-plone.googlecode.com/svn/buildout/3.0-Anonymous
+
 ###########################################################################
 
 PYTHON_DIR=python
@@ -86,4 +88,14 @@ update-nonet:
 shell:
        @PATH=$(BASEDIR)/$(PYTHON_DIR)/bin:$(BASEDIR)/bin:$$PATH $$SHELL
 
-init: python setuptools pil eggs buildout bootstrap update .gitignore
+init: python setuptools pil eggs buildout bootstrap userinit update .gitignore
+
+userinit::
+
+###########################################################################
+
+userinit:: easyshop/README.txt
+easyshop/README.txt:
+       svn co $(EASYSHOP_URL) easyshop
+
+.PHONY: easyshop