[Erp5-report] r40172 luke - /erp5/trunk/buildout/software-profiles/neon.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 10 15:57:12 CET 2010


Author: luke
Date: Wed Nov 10 15:57:11 2010
New Revision: 40172

URL: http://svn.erp5.org?rev=40172&view=rev
Log:
 - compile neon library

Added:
    erp5/trunk/buildout/software-profiles/neon.cfg

Added: erp5/trunk/buildout/software-profiles/neon.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/neon.cfg?rev=40172&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/neon.cfg (added)
+++ erp5/trunk/buildout/software-profiles/neon.cfg [utf8] Wed Nov 10 15:57:11 2010
@@ -0,0 +1,19 @@
+[buildout]
+parts =
+  neon
+extends =
+  ../software-profiles/libxml2.cfg
+  ../software-profiles/openssl.cfg
+  ../software-profiles/zlib.cfg
+
+[neon]
+recipe = hexagonit.recipe.cmmi
+url = http://www.webdav.org/neon/neon-0.29.5.tar.gz
+md5sum = ff369e69ef0f0143beb5626164e87ae2
+configure-options =
+  --enable-shared
+  --with-ssl=openssl
+environment =
+  PATH=${libxml2:location}/bin:%(PATH)s
+  CPPFLAGS=-I${openssl:location}/include -I{zlib:location}/include
+  LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib




More information about the Erp5-report mailing list