diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-11-04 11:48:09 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-11-04 11:48:09 +0000 |
commit | 6ccc0b7bd8208c36ed7f581c0f9e45df7e686468 (patch) | |
tree | cd01c62a34fc184a6c1690718598d02797abfaf8 /recipes/vnc | |
parent | b2010b603e066e5a39667a83f4675c59ddf2efd8 (diff) |
x11vnc_0.9.8.bb : new version of x11vnc
Diffstat (limited to 'recipes/vnc')
-rw-r--r-- | recipes/vnc/x11vnc_0.9.8.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/vnc/x11vnc_0.9.8.bb b/recipes/vnc/x11vnc_0.9.8.bb new file mode 100644 index 0000000000..f3d706be5b --- /dev/null +++ b/recipes/vnc/x11vnc_0.9.8.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Export your X session on-the-fly via VNC" +HOMEPAGE = "http://www.karlrunge.com/x11vnc/" +AUTHOR = "Karl Runge" +SECTION = "x11/utils" +LICENSE = "GPL" +DEPENDS = "openssl virtual/libx11 libxtst libxext avahi jpeg zlib" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz" + +inherit autotools |