From 42bcef08f07bb6ef614a16040c891aea3f13ee18 Mon Sep 17 00:00:00 2001
From: Tristan Cavelier <tristan.cavelier@tiolive.com>
Date: Fri, 13 Jun 2014 15:06:43 +0000
Subject: [PATCH] pycurl: pycurl component added

---
 component/pycurl/buildout.cfg | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 component/pycurl/buildout.cfg

diff --git a/component/pycurl/buildout.cfg b/component/pycurl/buildout.cfg
new file mode 100644
index 000000000..bb75f4ddb
--- /dev/null
+++ b/component/pycurl/buildout.cfg
@@ -0,0 +1,22 @@
+[buildout]
+extends =
+  ../curl/buildout.cfg
+  ../openssl/buildout.cfg
+
+parts =
+  pycurl
+
+[pycurl-env]
+PATH = ${curl:location}/bin:${openssl:location}/bin:%(PATH)s
+PYCURL_SSL_LIBRARY=openssl
+CPPFLAGS=-I${openssl:location}/include
+CFLAGS=-I${openssl:location}/include
+
+[pycurl]
+recipe = zc.recipe.egg:custom
+egg = pycurl
+
+rpath =
+  ${curl:location}/lib/
+  ${openssl:location}/lib/
+environment = pycurl-env
-- 
2.30.9