m2crypto.cfg 419 Bytes
Newer Older
1 2 3 4 5
# M2Crypto - A Python crypto and SSL toolkit
# http://chandlerproject.org/Projects/MeTooCrypto

[buildout]
extends =
6
  openssl.cfg
7 8 9 10 11 12 13 14
  swig.cfg
parts =
  M2Crypto

[M2Crypto]
recipe = zc.recipe.egg:custom
egg = M2Crypto
environment = M2Crypto-env
15 16 17 18 19 20
rpath =
  ${openssl:location}/lib/
include-dirs =
  ${openssl:location}/include
library-dirs =
  ${openssl:location}/lib
21 22 23

[M2Crypto-env]
PATH = ${swig:location}/bin:%(PATH)s