[oe-commits] Koen Kooi : x11vnc: add 0.9.11

git version control git at git.openembedded.org
Tue Aug 17 13:38:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 65cd015e629cdb14aefd0de210530aee83b9cb15
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=65cd015e629cdb14aefd0de210530aee83b9cb15

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Aug 17 15:38:01 2010 +0200

x11vnc: add 0.9.11

---

 recipes/vnc/x11vnc_0.9.11.bb |   13 +++++++++++++
 1 files changed, 13 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 0000000..c81c494
--- /dev/null
+++ b/recipes/vnc/x11vnc_0.9.11.bb
@@ -0,0 +1,13 @@
+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] = "db89b693065f7ff4ec7d6f41e0a0b8ed"
+SRC_URI[sha256sum] = "fbc7a9e6d38afcfbb832d48ea4084823fa6bb9c0e37a925898229ca73639e7f5"
+
+inherit autotools
+





More information about the Openembedded-commits mailing list