diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-07 10:44:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-07 10:44:07 +0200 |
commit | 0ce059dec3906b8a7bb973bcc42f54ce33d56484 (patch) | |
tree | afb507914c6a469f81d113d47f59e91166600c5c /recipes/vnc/x11vnc_0.9.7.bb | |
parent | 4e8dfb18de51e5c817c0bf5c45db00deabf18359 (diff) |
x11vnc: add 0.9.7
Diffstat (limited to 'recipes/vnc/x11vnc_0.9.7.bb')
-rw-r--r-- | recipes/vnc/x11vnc_0.9.7.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/vnc/x11vnc_0.9.7.bb b/recipes/vnc/x11vnc_0.9.7.bb new file mode 100644 index 0000000000..f3d706be5b --- /dev/null +++ b/recipes/vnc/x11vnc_0.9.7.bb @@ -0,0 +1,10 @@ +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 = "openssl virtual/libx11 libxtst libxext avahi jpeg zlib" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz" + +inherit autotools |