void-packages/templates/gamin/python.template
Juan RP 0cec6f2af4 Added gamin-0.1.9 template.
--HG--
extra : convert_revision : 241ffa1731453df7c07e886172b273f8a08193a0
2009-04-20 16:05:35 +02:00

15 lines
305 B
Text

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