Bump revision for packages requiring python.
This commit is contained in:
parent
7e7134d490
commit
e23fb836b6
44 changed files with 123 additions and 66 deletions
16
srcpkgs/git/git-python.template
Normal file
16
srcpkgs/git/git-python.template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue