aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vnc/x11vnc_0.9.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vnc/x11vnc_0.9.11.bb')
-rw-r--r--recipes/vnc/x11vnc_0.9.11.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/vnc/x11vnc_0.9.11.bb b/recipes/vnc/x11vnc_0.9.11.bb
new file mode 100644
index 0000000000..a899e1c7ed
--- /dev/null
+++ b/recipes/vnc/x11vnc_0.9.11.bb
@@ -0,0 +1,17 @@
+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"
+
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz \
+ file://0001-replaced-pointer-with-x11vnc_pointer.patch \
+"
+SRC_URI[md5sum] = "db89b693065f7ff4ec7d6f41e0a0b8ed"
+SRC_URI[sha256sum] = "fbc7a9e6d38afcfbb832d48ea4084823fa6bb9c0e37a925898229ca73639e7f5"
+
+inherit autotools
+