All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] directvnc: Add initial recipe with version 0.7.7
@ 2011-12-01 14:07 Rafael Ignacio Zurita
  2011-12-01 14:09 ` Kristoffer Ericson
  0 siblings, 1 reply; 3+ messages in thread
From: Rafael Ignacio Zurita @ 2011-12-01 14:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: kristoffer.ericson

DirectVNC provides a very thin VNC client for unix framebuffer systems.

Signed-off-by: Rafael Ignacio Zurita <rafaelignacio.zurita@gmail.com>
---
 recipes/directvnc/directvnc_0.7.7.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 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 0000000..9e9afa7
--- /dev/null
+++ b/recipes/directvnc/directvnc_0.7.7.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "DirectVNC provides a very thin VNC client for unix framebuffer systems."
+HOMEPAGE = "http://drinkmilk.github.com/directvnc/"
+SECTION = "utils"
+LICENSE = "GPLv2"
+DEPENDS_${PN} = "zlib libpng jpeg directfb"
+
+SRC_URI = "https://github.com/downloads/drinkmilk/directvnc/directvnc-${PV}.tar.gz"
+
+inherit autotools
+
+SRC_URI[md5sum] = "e30f1a0e45b440443c044148fb62ad6e"
+SRC_URI[sha256sum] = "ac8c0a6b6aaf0702411e71dd3626c655287c903233b659389fc07113114c9de3"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-12-01 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-01 14:07 [PATCH] directvnc: Add initial recipe with version 0.7.7 Rafael Ignacio Zurita
2011-12-01 14:09 ` Kristoffer Ericson
2011-12-01 15:44   ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.