void-packages/srcpkgs/libvirt/libvirt-python.template
2012-05-17 18:28:21 +02:00

13 lines
295 B
Text

# Template file for 'libvirt-python'.
#
short_desc="${short_desc} - python bindings"
long_desc="${long_desc}
This package contains the Python language bindings."
Add_dependency run python
do_install() {
vmove "usr/lib/python*" usr/lib
vmove "usr/share/doc/libvirt-python*" usr/share/doc
}