]> code.ossystems Code Review - openembedded-core.git/commitdiff
x11vnc: Add fixed version from OE
authorRichard Purdie <richard@openedhand.com>
Fri, 30 Nov 2007 10:33:32 +0000 (10:33 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 30 Nov 2007 10:33:32 +0000 (10:33 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3277 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/x11vnc/x11vnc_0.9.3.bb [new file with mode: 0644]

diff --git a/meta/packages/x11vnc/x11vnc_0.9.3.bb b/meta/packages/x11vnc/x11vnc_0.9.3.bb
new file mode 100644 (file)
index 0000000..04ac87b
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "Export your X session on-the-fly via VNC"
+SECTION = "x11/utils"
+HOMEPAGE = "http://www.karlrunge.com/x11vnc/"
+AUTHOR = "Karl Runge"
+LICENSE = "GPL"
+DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib"
+
+SRC_URI = "http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz"
+
+inherit autotools
+