git: update to 1.7.10.3.
This commit is contained in:
parent
951be833af
commit
c9df7e5fb7
4 changed files with 17 additions and 31 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue