Commit 9288f3b6 authored by Julien Muchembled's avatar Julien Muchembled

buildout: add swig and M2Crypto

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42840 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 35dc648d
# 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
# 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment