[Erp5-report] r42840 jm - in /erp5/trunk/buildout/software-profiles: m2crypto.cfg swig.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jan 31 18:12:51 CET 2011
Author: jm
Date: Mon Jan 31 18:12:51 2011
New Revision: 42840
URL: http://svn.erp5.org?rev=42840&view=rev
Log:
buildout: add swig and M2Crypto
Added:
erp5/trunk/buildout/software-profiles/m2crypto.cfg
erp5/trunk/buildout/software-profiles/swig.cfg
Added: erp5/trunk/buildout/software-profiles/m2crypto.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/m2crypto.cfg?rev=42840&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/m2crypto.cfg (added)
+++ erp5/trunk/buildout/software-profiles/m2crypto.cfg [utf8] Mon Jan 31 18:12:51 2011
@@ -0,0 +1,16 @@
+# M2Crypto - A Python crypto and SSL toolkit
+# http://chandlerproject.org/Projects/MeTooCrypto
+
+[buildout]
+extends =
+ swig.cfg
+parts =
+ M2Crypto
+
+[M2Crypto]
+recipe = zc.recipe.egg:custom
+egg = M2Crypto
+environment = M2Crypto-env
+
+[M2Crypto-env]
+PATH = ${swig:location}/bin:%(PATH)s
Added: erp5/trunk/buildout/software-profiles/swig.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/swig.cfg?rev=42840&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/swig.cfg (added)
+++ erp5/trunk/buildout/software-profiles/swig.cfg [utf8] Mon Jan 31 18:12:51 2011
@@ -0,0 +1,36 @@
+# swig - Generate scripting interfaces to C/C++ code
+# http://www.swig.org/
+
+[buildout]
+extends =
+ bison.cfg
+parts =
+ swig
+
+[swig]
+recipe = hexagonit.recipe.cmmi
+url = http://downloads.sourceforge.net/project/swig/swig/swig-1.3.40/swig-1.3.40.tar.gz
+md5sum = 2df766c9e03e02811b1ab4bba1c7b9cc
+configure-options =
+ --disable-ccache
+ --with-python=${buildout:executable}
+ --without-allegrocl
+ --without-chicken
+ --without-clisp
+ --without-csharp
+ --without-gcj
+ --without-guile
+ --without-java
+ --without-lua
+ --without-mzscheme
+ --without-ocaml
+ --without-octave
+ --without-perl5
+ --without-php
+ --without-pike
+ --without-python3
+ --without-r
+ --without-ruby
+ --without-tcl
+environment =
+ PATH = ${bison:location}/bin:%(PATH)s
More information about the Erp5-report
mailing list