Added gamin-0.1.9 template.
--HG-- extra : convert_revision : 241ffa1731453df7c07e886172b273f8a08193a0
This commit is contained in:
15
templates/gamin/python.template
Normal file
15
templates/gamin/python.template
Normal file
@@ -0,0 +1,15 @@
|
||||
# Template file for 'gamin-python'.
|
||||
#
|
||||
short_desc="${sourcepkg} python bindings"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains the python bindings."
|
||||
|
||||
Add_dependency run gamin
|
||||
Add_dependency run python
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/python* ${DESTDIR}/usr/lib
|
||||
}
|
||||
Reference in New Issue
Block a user