aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/vnc/x11vnc_0.9.12.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/vnc/x11vnc_0.9.12.bb b/recipes/vnc/x11vnc_0.9.12.bb
new file mode 100644
index 0000000000..4cff020327
--- /dev/null
+++ b/recipes/vnc/x11vnc_0.9.12.bb
@@ -0,0 +1,14 @@
+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 = "libxinerama openssl virtual/libx11 libxtst libxext avahi jpeg zlib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "1498a68d02aa7b6c97bf746c073c8d00"
+SRC_URI[sha256sum] = "60a7cceee2c9a5f1c854340b2bae13f975ac55906237042f81f795b28a154a79"
+
+inherit autotools
+