2012-05-17 18:45:28 +02:00
|
|
|
# Template file for 'libvirt-glib-python'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="python"
|
2012-05-17 18:45:28 +02:00
|
|
|
short_desc="${short_desc} - python bindings"
|
|
|
|
long_desc="${long_desc}
|
|
|
|
|
|
|
|
This package contains the Python language bindings."
|
|
|
|
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmove "usr/lib/python*" usr/lib
|
|
|
|
}
|