From b47dad6cf9bd5be5287dac3835ea037a2fd30cf7 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 15 Jul 2014 15:46:59 +0200 Subject: vnc: add directvnc and tightvnc recipes Two popular VNC clients: - DirectVNC based on DirectFB (e.g. without X11) - TightVNC based on X11 (cherry picked from commit ef4113208de357a5b8accd7610f8bf3230125a59) --- recipes-graphics/vnc/directvnc_0.7.8.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-graphics/vnc/directvnc_0.7.8.bb (limited to 'recipes-graphics/vnc/directvnc_0.7.8.bb') diff --git a/recipes-graphics/vnc/directvnc_0.7.8.bb b/recipes-graphics/vnc/directvnc_0.7.8.bb new file mode 100644 index 0000000..ff3196b --- /dev/null +++ b/recipes-graphics/vnc/directvnc_0.7.8.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "DirectVNC provides a very thin VNC client for unix framebuffer systems." +HOMEPAGE = "http://drinkmilk.github.com/directvnc/" +SECTION = "utils" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=cbbd794e2a0a289b9dfcc9f513d1996e" + +DEPENDS = "zlib libpng jpeg directfb xproto" + +SRC_URI = "https://github.com/downloads/drinkmilk/directvnc/directvnc-${PV}.tar.gz" +SRC_URI[md5sum] = "063f9d98956006f230dcbc05f822525b" +SRC_URI[sha256sum] = "07d6109aef5bba2df86f0dd658be7ed9d828801be0878eba3d32f041189d3330" + +inherit autotools -- cgit v1.2.3