From 83c6f1151cc86a7e84eb86158f71948482e89a72 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 13 Oct 2010 00:06:13 +0000 Subject: [PATCH] Updated git to 1.7.3.1, note that this needs further patching to work still. --- dev-vcs/git/git-1.7.3.1.bep | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 dev-vcs/git/git-1.7.3.1.bep diff --git a/dev-vcs/git/git-1.7.3.1.bep b/dev-vcs/git/git-1.7.3.1.bep new file mode 100644 index 000000000..69550c83c --- /dev/null +++ b/dev-vcs/git/git-1.7.3.1.bep @@ -0,0 +1,22 @@ +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.1.tar.bz2" +CHECKSUM_MD5="77e1611498919965fb65fd1f229ee155" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="net-misc/curl >= 7.20.0 + dev-lang/perl >= 5.10.1" +BUILD { + cd git-1.7.3.1 + autoconf + 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="-lroot" \ + --with-perl=/boot/common/bin/perl --with-python=/boot/common/bin/python --without-tcltk + make strip +} + +INSTALL { + cd git-1.7.3.1 + make install +} +LICENSE="GNU GPL v2"