[Erp5-report] r37660 luke - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 9 18:18:31 CEST 2010


Author: luke
Date: Mon Aug  9 18:18:28 2010
New Revision: 37660

URL: http://svn.erp5.org?rev=37660&view=rev
Log:
 - add kumo and its dependency - messagepack - software profiles

Added:
    erp5/trunk/buildout/software-profiles/kumo.cfg
    erp5/trunk/buildout/software-profiles/messagepack.cfg

Added: erp5/trunk/buildout/software-profiles/kumo.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/kumo.cfg?rev=37660&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/kumo.cfg (added)
+++ erp5/trunk/buildout/software-profiles/kumo.cfg [utf8] Mon Aug  9 18:18:28 2010
@@ -0,0 +1,11 @@
+[buildout]
+parts = kumo
+
+[kumo]
+recipe = hexagonit.recipe.cmmi
+url = http://github.com/downloads/etolabo/kumofs/kumofs-0.4.11.tar.gz
+md5sum = 9519c93332dd770ea96ae6e43868ccc4
+configure-options =
+  --with-tokyocabinet=${tokyocabinet:location}
+  --with-msgpack=${messagepack:location}
+  LDFLAGS="-Wl,-rpath ${tokyocabinet:location}/lib -Wl,-rpath ${messagepack:location}/lib"

Added: erp5/trunk/buildout/software-profiles/messagepack.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/messagepack.cfg?rev=37660&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/messagepack.cfg (added)
+++ erp5/trunk/buildout/software-profiles/messagepack.cfg [utf8] Mon Aug  9 18:18:28 2010
@@ -0,0 +1,7 @@
+[buildout]
+parts = messagepack
+
+[messagepack]
+recipe = hexagonit.recipe.cmmi
+url = http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/msgpack-0.5.2.tar.gz
+md5sum = bb796446d4c24170a14bad0594c70786




More information about the Erp5-report mailing list