16 lines
322 B
Text
16 lines
322 B
Text
# Template file for 'git-python'.
|
|
#
|
|
short_desc="${sourcepkg} python bindings"
|
|
long_desc="${long_desc}
|
|
|
|
This package contains the Python bindings for GIT."
|
|
|
|
noarch=yes
|
|
Add_dependency run git
|
|
Add_dependency run python
|
|
|
|
do_install()
|
|
{
|
|
install -d ${DESTDIR}/usr/lib
|
|
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
|
}
|