New package: libvirt-glib-0.0.8.

This commit is contained in:
Juan RP 2012-05-17 18:45:28 +02:00
parent 021aff51c3
commit 146b8a8099
9 changed files with 84 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# 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
}