Commit 7e4d6758 authored by Łukasz Nowak's avatar Łukasz Nowak

- provide git


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40084 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fcaf5835
[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
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