void-packages/srcpkgs/libvirt/libvirt-python.template

13 lines
285 B
Text
Raw Normal View History

2011-02-10 12:06:29 +00:00
# Template file for 'libvirt-python'.
#
depends="python"
2011-02-10 12:06:29 +00:00
short_desc="${short_desc} - python bindings"
long_desc="${long_desc}
This package contains the Python language bindings."
2012-05-17 16:28:21 +00:00
do_install() {
vmove "usr/lib/python*" usr/lib
vmove "usr/share/doc/libvirt-python*" usr/share/doc
2011-02-10 12:06:29 +00:00
}