git: update to 1.6.5.5.
--HG-- extra : convert_revision : c6d8fb4aa18685f6f894a134c7cf88a240e60e66
This commit is contained in:
parent
b295e76fb8
commit
4fd19834a7
1 changed files with 14 additions and 11 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template build file for 'git".
|
||||
pkgname=git
|
||||
version=1.6.5.3
|
||||
version=1.6.5.5
|
||||
distfiles="http://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-shell=/bin/sh --with-curl --with-expat --without-tcltk"
|
||||
make_install_args="install-doc"
|
||||
short_desc="GIT Tree History Storage Tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=3822c8350be782f28a7a60138ec65a6f04f259940f84f7062e508d9f9d64eefa
|
||||
checksum=4d1aaf16b4c37c8412cceab09b009bfc0f8d7b9f30a809b82027ab7fa66fdbb3
|
||||
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)
|
||||
|
@ -20,12 +20,15 @@ long_desc="
|
|||
capabilities, not dependent on network access to a central server."
|
||||
|
||||
subpackages="$pkgname-docs $pkgname-perl"
|
||||
Add_dependency full glibc
|
||||
Add_dependency full zlib
|
||||
Add_dependency full expat
|
||||
Add_dependency full openssl
|
||||
Add_dependency build perl
|
||||
Add_dependency build curl
|
||||
Add_dependency run curl-libs
|
||||
Add_dependency build asciidoc
|
||||
Add_dependency build xmlto
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency run expat
|
||||
Add_dependency run openssl
|
||||
Add_dependency run curl-libs
|
||||
Add_dependency build perl
|
||||
Add_dependency build curl-devel
|
||||
Add_dependency build zlib-devel
|
||||
Add_dependency build expat-devel
|
||||
Add_dependency build openssl-devel
|
||||
Add_dependency build asciidoc
|
||||
Add_dependency build xmlto
|
||||
|
|
Loading…
Reference in a new issue