git: update to 1.7.7.1.

This commit is contained in:
Juan RP 2011-11-02 08:43:32 +01:00
parent 72d47e2535
commit bea64a1cf5
2 changed files with 5 additions and 9 deletions

View file

@ -5,7 +5,6 @@ long_desc="${long_desc}
This package contains the Python bindings for GIT." This package contains the Python bindings for GIT."
revision=1
noarch=yes noarch=yes
pycompile_module="git_remote_helpers" pycompile_module="git_remote_helpers"

View file

@ -1,13 +1,13 @@
# Template build file for 'git". # Template build file for 'git".
pkgname=git pkgname=git
version=1.7.7 version=1.7.7.1
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz" distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
#distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2" #distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
short_desc="GIT Tree History Storage Tool" short_desc="GIT Tree History Storage Tool"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://git-scm.com/" homepage="http://git-scm.com/"
license="GPL-2" license="GPL-2"
checksum=5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6 checksum=6a7909226b2b249c7970b0d36054dbcfe58e6558cc4d671ea1f5ac6a69d8cf4f
long_desc=" long_desc="
GIT is a directory content manager designed to handle absolutely massive 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) projects with speed and efficiency, and the release of the 2.6.12 (and later)
@ -34,19 +34,16 @@ Add_dependency build expat-devel
Add_dependency build openssl-devel Add_dependency build openssl-devel
Add_dependency build python-devel Add_dependency build python-devel
do_configure() do_configure() {
{
./configure ${CONFIGURE_SHARED_ARGS} --with-curl --with-expat \ ./configure ${CONFIGURE_SHARED_ARGS} --with-curl --with-expat \
--without-tcltk --without-tcltk
} }
do_build() do_build() {
{
make ${makejobs} && make ${makejobs} -C Documentation man make ${makejobs} && make ${makejobs} -C Documentation man
} }
do_install() do_install() {
{
make DESTDIR=${DESTDIR} install install-doc make DESTDIR=${DESTDIR} install install-doc
vinstall contrib/completion/git-completion.bash 644 \ vinstall contrib/completion/git-completion.bash 644 \
etc/bash_completion.d git etc/bash_completion.d git