From a4f35de0f6ca17e92763d5a5f32422c56e5d8882 Mon Sep 17 00:00:00 2001 From: Rafael Ignacio Zurita Date: Thu, 1 Dec 2011 14:16:56 -0300 Subject: directvnc: Add initial recipe with version 0.7.7 DirectVNC provides a very thin VNC client for unix framebuffer systems. Signed-off-by: Rafael Ignacio Zurita Build tested with `angstrom-2010` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel --- recipes/directvnc/directvnc_0.7.7.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/directvnc/directvnc_0.7.7.bb diff --git a/recipes/directvnc/directvnc_0.7.7.bb b/recipes/directvnc/directvnc_0.7.7.bb new file mode 100644 index 0000000000..1917320877 --- /dev/null +++ b/recipes/directvnc/directvnc_0.7.7.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" + +SRC_URI = "https://github.com/downloads/drinkmilk/directvnc/directvnc-${PV}.tar.gz" +SRC_URI[md5sum] = "e30f1a0e45b440443c044148fb62ad6e" +SRC_URI[sha256sum] = "ac8c0a6b6aaf0702411e71dd3626c655287c903233b659389fc07113114c9de3" + +inherit autotools -- cgit 1.2.3-korg