git: update to 1.8.2.2.
This commit is contained in:
parent
d1ce9a2c5e
commit
7c7d55beda
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for "git".
|
||||
pkgname=git
|
||||
version=1.8.2
|
||||
version=1.8.2.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-curl --with-expat --without-tcltk"
|
||||
|
@ -10,7 +10,7 @@ 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=c2f35bcefa4f62a54c4bde41cc0f1cd3ddf03e9a6bc8a79557f1683789f213e6
|
||||
checksum=020de38eda302bb6e1be460f7499211948193b306beab4e1a520ffc6f7294794
|
||||
|
||||
hostmakedepends="xmlto>=0.0.25_2 asciidoc perl"
|
||||
makedepends="openssl-devel libcurl-devel expat-devel python-devel"
|
||||
|
@ -38,6 +38,7 @@ post_install() {
|
|||
}
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
||||
git-docs_package() {
|
||||
noarch=yes
|
||||
short_desc+=" -- documentation"
|
||||
|
@ -57,6 +58,7 @@ git-python_package() {
|
|||
vmove "usr/lib/python*"
|
||||
}
|
||||
}
|
||||
|
||||
fi # !CROSS_BUILD
|
||||
|
||||
git-perl_package() {
|
||||
|
@ -74,6 +76,6 @@ git_package() {
|
|||
# Required by https://
|
||||
depends="ca-certificates"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue