[oe-commits] woglinde : nxproxy: update to latest release from nomachine

GIT User account git at amethyst.openembedded.net
Thu Nov 27 23:22:59 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dce11f705f62c2f5a7fa69489ed4b111d6b4d989
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dce11f705f62c2f5a7fa69489ed4b111d6b4d989

Author: woglinde <heinold at inf.fu-berlin.de>
Date:   Fri Nov 28 00:05:53 2008 +0100

nxproxy: update to latest release from nomachine
* disable patch for stock-ssh support, because
  we are now using nxssh with ssh-proxy support

---

 conf/checksums.ini                  |    4 ++++
 packages/nxproxy/nxproxy_3.3.0-2.bb |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 68991e4..e7e8e39 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -14702,6 +14702,10 @@ sha256=069b3baa000b4a6125b86bddaf67c1b7fcd082eaf14b64113558fc30d6c71dd7
 md5=ac31e8f2f112e3720f3c00cec67c0734
 sha256=5642ce40e2f34caeed433e8c0ac010e2e7e738c2c5aa8fc59bba892a8b542d84
 
+[http://64.34.161.181/download/3.3.0/sources/nxproxy-3.3.0-2.tar.gz]
+md5=047206e5a811b915aac4ae09bddef207
+sha256=dc1b5e26c4629d35b59dcb25852bcf705c29053a20763a7339b5d890614a9e87
+
 [http://meshcube.org/download/nylon-statistics_20050909.tgz]
 md5=103c5c821474ae6df7a3055ee72f4d00
 sha256=c80d9ea7ebca32b63ea23d2a52ac799cff32f8f30c66b491d2b8f93da05585e4
diff --git a/packages/nxproxy/nxproxy_3.3.0-2.bb b/packages/nxproxy/nxproxy_3.3.0-2.bb
new file mode 100644
index 0000000..f21af2b
--- /dev/null
+++ b/packages/nxproxy/nxproxy_3.3.0-2.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "The binary which uses libxcomp from nomachine"
+HOMEPAGE = "http://www.nomachine.com/"
+LICENSE = "GPL"
+PR = "r0"
+
+DEPENDS = "libxcomp"
+
+SRC_URI = "http://64.34.161.181/download/3.3.0/sources/${PN}-${PV}.tar.gz \
+	  "
+inherit autotools
+          
+S = "${WORKDIR}/nxproxy"
+
+do_install () {
+       install -d ${D}${bindir}/
+       install -s -m 0755 nxproxy ${D}${bindir}/
+}





More information about the Openembedded-commits mailing list