Merge remote-tracking branch 'xbps/master'
* xbps/master: git: update to 1.7.7.1.
This commit is contained in:
commit
3cbb22adc3
|
@ -5,7 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the Python bindings for GIT."
|
||||
|
||||
revision=1
|
||||
noarch=yes
|
||||
pycompile_module="git_remote_helpers"
|
||||
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template build file for '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://www.kernel.org/pub/software/scm/git/git-$version.tar.bz2"
|
||||
short_desc="GIT Tree History Storage Tool"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://git-scm.com/"
|
||||
license="GPL-2"
|
||||
checksum=5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6
|
||||
checksum=6a7909226b2b249c7970b0d36054dbcfe58e6558cc4d671ea1f5ac6a69d8cf4f
|
||||
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)
|
||||
|
@ -34,19 +34,16 @@ Add_dependency build expat-devel
|
|||
Add_dependency build openssl-devel
|
||||
Add_dependency build python-devel
|
||||
|
||||
do_configure()
|
||||
{
|
||||
do_configure() {
|
||||
./configure ${CONFIGURE_SHARED_ARGS} --with-curl --with-expat \
|
||||
--without-tcltk
|
||||
}
|
||||
|
||||
do_build()
|
||||
{
|
||||
do_build() {
|
||||
make ${makejobs} && make ${makejobs} -C Documentation man
|
||||
}
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} install install-doc
|
||||
vinstall contrib/completion/git-completion.bash 644 \
|
||||
etc/bash_completion.d git
|
||||
|
|
Loading…
Reference in New Issue