[oe] [PATCH] directvnc: Add initial recipe with version 0.7.7

Kristoffer Ericson kristoffer.ericson at gmail.com
Thu Dec 1 14:09:34 UTC 2011


Acked-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

On Thu, Dec 01, 2011 at 11:07:26AM -0300, Rafael Ignacio Zurita wrote:
> DirectVNC provides a very thin VNC client for unix framebuffer systems.
> 
> Signed-off-by: Rafael Ignacio Zurita <rafaelignacio.zurita at 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




More information about the Openembedded-devel mailing list