Added gamin-0.1.9 template.

--HG--
extra : convert_revision : 241ffa1731453df7c07e886172b273f8a08193a0
This commit is contained in:
Juan RP
2009-04-20 16:05:35 +02:00
parent e1f75cc8e6
commit 0cec6f2af4
6 changed files with 57 additions and 0 deletions

View 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
}