mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 07:05:16 +02:00
12 lines
247 B
Text
12 lines
247 B
Text
# Template file for 'libvirt-glib-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
|
|
}
|