git: update to 1.7.10.3.

This commit is contained in:
Juan RP
2012-05-31 22:45:18 +02:00
parent 951be833af
commit c9df7e5fb7
4 changed files with 17 additions and 31 deletions

View File

@@ -1,13 +1,14 @@
# Template build file for 'git".
pkgname=git
version=1.7.10.2
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
version=1.7.10.3
subpackages="git-docs git-perl git-python"
makedepends="asciidoc xmlto perl openssl-devel libcurl-devel expat-devel python-devel"
short_desc="GIT Tree History Storage Tool"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://git-scm.com/"
license="GPL-2"
checksum=335e978814659f328e377715b13a33336859275ae6f215bf28bbbb2ae711bb43
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
checksum=b804058554fc58336b3daf8825e314041f24a83e9204c133a58641ed06abd6f7
long_desc="
GIT is a directory content manager designed to handle absolutely massive
projects with speed and efficiency, and the release of the 2.6.12 (and later)
@@ -19,12 +20,8 @@ long_desc="
GIT working directory is a full-fledged repository with full revision tracking
capabilities, not dependent on network access to a central server."
subpackages="git-docs git-perl git-python"
do_configure() {
./configure ${CONFIGURE_SHARED_ARGS} --with-curl --with-expat \
--without-tcltk
./configure ${CONFIGURE_SHARED_ARGS} --with-curl --with-expat --without-tcltk
}
do_build() {
@@ -33,6 +30,5 @@ do_build() {
do_install() {
make DESTDIR=${DESTDIR} install install-doc
vinstall contrib/completion/git-completion.bash 644 \
etc/bash_completion.d git
vinstall contrib/completion/git-completion.bash 644 etc/bash_completion.d git
}