[Erp5-report] r40084 luke - /erp5/trunk/buildout/software-profiles/git.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Nov 9 11:54:38 CET 2010
Author: luke
Date: Tue Nov 9 11:54:37 2010
New Revision: 40084
URL: http://svn.erp5.org?rev=40084&view=rev
Log:
- provide git
Added:
erp5/trunk/buildout/software-profiles/git.cfg
Added: erp5/trunk/buildout/software-profiles/git.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/git.cfg?rev=40084&view=auto
==============================================================================
--- erp5/trunk/buildout/software-profiles/git.cfg (added)
+++ erp5/trunk/buildout/software-profiles/git.cfg [utf8] Tue Nov 9 11:54:37 2010
@@ -0,0 +1,18 @@
+[buildout]
+extends =
+ ../software-profiles/openssl.cfg
+ ../software-profiles/zlib.cfg
+parts =
+ git
+
+[git]
+recipe = hexagonit.recipe.cmmi
+url = http://kernel.org/pub/software/scm/git/git-1.7.3.2.tar.bz2
+md5sum = 902f7f07a789fedc0d2ac03656b85969
+configure-options =
+ --with-openssl=${openssl:location}
+ --without-tcltk
+
+environment =
+ CPPFLAGS=-I${zlib:location}/include
+ LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
More information about the Erp5-report
mailing list