Updated git to 1.7.3.1, note that this needs further patching to work still.

This commit is contained in:
Scott McCreary
2010-10-13 00:06:13 +00:00
parent 6e06ba5894
commit 83c6f1151c

View File

@@ -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"