From 246dbd9353234bfb8a56700267e0b612d189c20f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 1 Feb 2011 23:04:23 +0000 Subject: [PATCH] Updated git to 7.1.3.5 --- dev-vcs/git/git-1.7.3.5.bep | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-vcs/git/git-1.7.3.5.bep diff --git a/dev-vcs/git/git-1.7.3.5.bep b/dev-vcs/git/git-1.7.3.5.bep new file mode 100644 index 000000000..492d77acb --- /dev/null +++ b/dev-vcs/git/git-1.7.3.5.bep @@ -0,0 +1,26 @@ +DESCRIPTION="git a fast version control system" +HOMEPAGE="http://git-scm.com/" +SRC_URI="http://kernel.org/pub/software/scm/git/git-1.7.3.5.tar.bz2" +CHECKSUM_MD5="8a8cd93b8a4dff0a03c0fdc77253af3e" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="net-misc/curl >= 7.20.0 + dev-lang/perl >= 5.10.1" +BUILD { + cd git-1.7.3.5 + autoconf + sed -i 's/lgen/ /' configure + sed -i 's/-lgen/ /' Makefile + CFLAGS="-I/boot/common/include" LDFLAGS="-L/boot/common/lib -L/boot/system/lib -lbsd -lnetwork" \ + ./configure --prefix=/boot/common --with-editor=nano --enable-pthreads \ + --with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk + make strip +} + +INSTALL { + cd git-1.7.3.5 + make install +} + +LICENSE="GNU GPL v2" +COPYRIGHT="2005-2011 Git Authors (see git web site for list)"