git: update to 1.7.10.3.

This commit is contained in:
Juan RP 2012-05-31 22:45:18 +02:00
parent 951be833af
commit c9df7e5fb7
4 changed files with 17 additions and 31 deletions

View file

@ -1,17 +1,13 @@
# Template file for 'git-python'.
#
noarch=yes
pycompile_module="git_remote_helpers"
depends="git python"
short_desc="${sourcepkg} python bindings"
long_desc="${long_desc}
This package contains the Python bindings for GIT."
noarch=yes
pycompile_module="git_remote_helpers"
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
do_install() {
vmove "usr/lib/python*" usr/lib
}