2010-11-17 20:08:18 +00:00
|
|
|
# Template file for 'git-python'.
|
|
|
|
#
|
|
|
|
short_desc="${sourcepkg} python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the Python bindings for GIT."
|
|
|
|
|
|
|
|
noarch=yes
|
2011-10-05 14:42:03 +00:00
|
|
|
pycompile_module="git_remote_helpers"
|
|
|
|
|
2010-11-17 20:08:18 +00:00
|
|
|
Add_dependency run git
|
|
|
|
Add_dependency run python
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
install -d ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
|
|
|
}
|