[Lunar-commits] <moonbase-other> virt-viewer: A Virtual Machine Viewer
Stefan Wold
ratler at lunar-linux.org
Sun Feb 3 16:24:45 CET 2013
commit c9f62511726981164ab98584c47265fde1388904
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 03 Feb 2013 07:24:45 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/c9f62511726981164ab98584c47265fde1388904
virt-viewer: A Virtual Machine Viewer
---
zbeta/virt-viewer/BUILD | +6/-0
zbeta/virt-viewer/DEPENDS | +3/-0
zbeta/virt-viewer/DETAILS | +15/-0
3 files changed, 24 insertions(+)
--- /dev/null
+++ b/zbeta/virt-viewer/BUILD
@@ -0,0 +1,6 @@
+
+OPTS+=" --with-gtk=2.0 \
+ --with-gtk-vnc \
+ --with-spice-gtk"
+
+default_build
--- /dev/null
+++ b/zbeta/virt-viewer/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+-2
+depends gtk-vnc
+depends spice-gtk
--- /dev/null
+++ b/zbeta/virt-viewer/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=virt-viewer
+ VERSION=0.5.4
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://virt-manager.org/download/sources/virt-viewer/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ #SOURCE_VFY=sha1:
+ WEB_SITE="http://virt-manager.org/index.html"
+ ENTERED=20130203
+ UPDATED=20130203
+ SHORT="Virtual Machine Viewer"
+cat <<EOF
+The "Virtual Machine Viewer" application (virt-viewer for short
+package name) is a lightweight interface for interacting with the
+graphical display of virtualized guest OS.
+EOF
More information about the Lunar-commits
mailing list