[oe-commits] Rafael Ignacio Zurita : directvnc: Add initial recipe with version 0.7.7

git at git.openembedded.org git at git.openembedded.org
Thu Dec 1 20:57:55 UTC 2011


Module: openembedded.git
Branch: master
Commit: a4f35de0f6ca17e92763d5a5f32422c56e5d8882
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=a4f35de0f6ca17e92763d5a5f32422c56e5d8882

Author: Rafael Ignacio Zurita <rafaelignacio.zurita at gmail.com>
Date:   Thu Dec  1 14:16:56 2011 -0300

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 <rafaelignacio.zurita at gmail.com>

Build tested with `angstrom-2010` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`.

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/directvnc/directvnc_0.7.7.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/directvnc/directvnc_0.7.7.bb b/recipes/directvnc/directvnc_0.7.7.bb
new file mode 100644
index 0000000..1917320
--- /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





More information about the Openembedded-commits mailing list