mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/virt-manager: Updated for version 0.9.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
8ad56b83a0
commit
d4324c1450
3 changed files with 4 additions and 7 deletions
|
@ -1,8 +1,5 @@
|
|||
virt-manager is a gtk interface that connects to libvirt.
|
||||
|
||||
This requires libvirt, gnome-python, urlgrabber, virtinst, gtk-vnc,
|
||||
tunctl, rarian and optionally qemu and/or kvm.
|
||||
|
||||
If you have networking problems, make sure you have the tun module loaded.
|
||||
|
||||
To run virt-manager as a normal user, you need to configure libvirt
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# Modified by Zoran Stojakovic
|
||||
|
||||
PRGNAM=virt-manager
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
VERSION=${VERSION:-0.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="virt-manager"
|
||||
VERSION="0.9.0"
|
||||
VERSION="0.9.4"
|
||||
HOMEPAGE="http://virt-manager.et.redhat.com"
|
||||
DOWNLOAD="http://virt-manager.et.redhat.com/download/sources/virt-manager/virt-manager-0.9.0.tar.gz"
|
||||
MD5SUM="a10331b467f92f4134a39bf636e04adc"
|
||||
DOWNLOAD="http://virt-manager.et.redhat.com/download/sources/virt-manager/virt-manager-0.9.4.tar.gz"
|
||||
MD5SUM="7f724839749f6d8d2e57ce8bb8a6a76f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnome-python gtk-vnc libvirt qemu rarian tunctl urlgrabber virtinst"
|
||||
|
|
Loading…
Reference in a new issue