2011-02-10 12:06:29 +00:00
|
|
|
# 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
|
|
|
|
|
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
|
|
|
}
|