mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
git: update to 1.8.5.1.
This commit is contained in:
parent
cb0d96708d
commit
9695f9215b
2 changed files with 4 additions and 15 deletions
|
@ -1 +0,0 @@
|
||||||
git
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template build file for "git".
|
# Template build file for "git".
|
||||||
pkgname=git
|
pkgname=git
|
||||||
version=1.8.4.3
|
version=1.8.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
ac_cv_fread_reads_directories=no ac_cv_snprintf_returns_bogus=no"
|
||||||
make_install_args="NO_INSTALL_HARDLINKS=1"
|
make_install_args="NO_INSTALL_HARDLINKS=1"
|
||||||
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl"
|
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl python"
|
||||||
makedepends="openssl-devel libcurl-devel expat-devel python-devel"
|
makedepends="openssl-devel libcurl-devel expat-devel"
|
||||||
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"
|
||||||
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
|
distfiles="http://git-core.googlecode.com/files/git-$version.tar.gz"
|
||||||
checksum=0a78fa71465e58e07d003dc5a575b606fe02b5e7cd5b509d83a44926606fcb21
|
checksum=1559c4d7af0377ea3133c6dfccc2f32a25bcc8e3255464f4a36ab87416f8ee44
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
make ${makejobs} -C Documentation man
|
make ${makejobs} -C Documentation man
|
||||||
|
@ -35,16 +35,6 @@ git-docs_package() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
git-python_package() {
|
|
||||||
noarch=yes
|
|
||||||
pycompile_module="git_remote_helpers"
|
|
||||||
depends="git python"
|
|
||||||
short_desc+=" - python bindings"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/python*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
git-perl_package() {
|
git-perl_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="git perl"
|
depends="git perl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue