aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ignacio Zurita <rafaelignacio.zurita@gmail.com>2011-12-01 14:16:56 -0300
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-12-01 21:53:11 +0100
commita4f35de0f6ca17e92763d5a5f32422c56e5d8882 (patch)
tree7cc0d601ad1bf4975031e93be22e67f63ce281b4
parenta1bd4b48a37c1784050facfdaf0905808043b807 (diff)
downloadopenembedded-a4f35de0f6ca17e92763d5a5f32422c56e5d8882.tar.gz
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@gmail.com> Build tested with `angstrom-2010` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--recipes/directvnc/directvnc_0.7.7.bb13
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 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