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

* Re: [PATCH] directvnc: Add initial recipe with version 0.7.7
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Kristoffer Ericson @ 2011-12-01 14:09 UTC (permalink / raw)
  To: Rafael Ignacio Zurita; +Cc: openembedded-devel


Acked-by: Kristoffer Ericson <kristoffer.ericson@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@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	[flat|nested] 3+ messages in thread

* Re: [PATCH] directvnc: Add initial recipe with version 0.7.7
  2011-12-01 14:09 ` Kristoffer Ericson
@ 2011-12-01 15:44   ` Koen Kooi
  0 siblings, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-12-01 15:44 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 01-12-11 15:09, Kristoffer Ericson schreef:
> 
> Acked-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>

Why do you ACK a recipe with obvious style issues?


> 
> 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@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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk7XoPMACgkQMkyGM64RGpHIVQCguP2wCvEyyLeEKQ3nbfeNj/bQ
6lgAn0rlf26OGEuPuNyK1nnlvDZjNb7q
=ixh+
-----END PGP SIGNATURE-----




^ permalink raw reply	[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.