# git - a distributed version control system with speed and efficiency # http://git-scm.com/ [buildout] extends = ../curl/buildout.cfg ../gettext/buildout.cfg ../libexpat/buildout.cfg ../openssl/buildout.cfg ../pcre/buildout.cfg ../perl/buildout.cfg ../tar/buildout.cfg ../xz-utils/buildout.cfg ../zlib/buildout.cfg parts = git [git] recipe = slapos.recipe.cmmi shared = true url = https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.40.1.tar.xz md5sum = 125d13c374a9ec9253f42c483bacec31 configure-options = --with-curl=${curl:location} --with-openssl=${openssl:location} --with-zlib=${zlib:location} --with-libpcre=${pcre:location} --with-expat=${libexpat:location} --with-perl=${perl:location}/bin/perl environment = NO_PYTHON=y NO_TCLTK=y PATH=${curl:location}/bin:${gettext:location}/bin:${tar:location}/bin:${xz-utils:location}/bin:%(PATH)s CPPFLAGS=-I${zlib:location}/include LDFLAGS=-L${zlib:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${curl:location}/lib [gitweb] <= git make-targets = install-gitweb make-options = bindir="${git:location}/bin/"