Skip to content

Commit

Permalink
x11vnc: Add recipe for 0.9.12
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
  • Loading branch information
sakoman authored and Koen Kooi committed May 8, 2011
1 parent a76dc0e commit 782d3e2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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

0 comments on commit 782d3e2

Please sign in to comment.