git: update to 1.8.4.3.

This commit is contained in:
Juan RP 2013-12-02 10:35:57 +01:00
parent f778ae3123
commit 3738b06462
1 changed files with 8 additions and 24 deletions

View File

@ -1,44 +1,30 @@
# Template build file for "git".
pkgname=git
version=1.8.4.1
version=1.8.4.3
revision=1
build_style=gnu-configure
configure_args="--with-curl --with-expat --without-tcltk"
configure_args="--with-curl --with-expat --without-tcltk
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
make_install_args="NO_INSTALL_HARDLINKS=1"
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl"
makedepends="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"
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
checksum=f05c513a4a1d9d1ca1182ff43cfbccc1e8da0120f781aca415a5e3e1132451d3
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl"
makedepends="openssl-devel libcurl-devel expat-devel python-devel"
if [ "$CROSS_BUILD" ]; then
configure_args+=" --without-python
ac_cv_fread_reads_directories=no
ac_cv_snprintf_returns_bogus=no"
hostmakedepends="perl"
makedepends="openssl-devel libcurl-devel expat-devel"
fi
checksum=0a78fa71465e58e07d003dc5a575b606fe02b5e7cd5b509d83a44926606fcb21
post_build() {
if [ -z "$CROSS_BUILD" ]; then
make ${makejobs} -C Documentation man
fi
make ${makejobs} -C Documentation man
}
post_install() {
if [ -z "$CROSS_BUILD" ]; then
make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
fi
make NO_INSTALL_HARDLINKS=1 DESTDIR=${DESTDIR} install-doc
vinstall contrib/completion/git-completion.bash 644 \
usr/share/bash-completion/completions git
}
if [ -z "$CROSS_BUILD" ]; then
git-docs_package() {
noarch=yes
short_desc+=" - documentation"
@ -59,8 +45,6 @@ git-python_package() {
}
}
fi # !CROSS_BUILD
git-perl_package() {
noarch=yes
depends="git perl"