nxproxy: update to latest release from nomachine
authorwoglinde <heinold@inf.fu-berlin.de>
Thu, 27 Nov 2008 23:05:53 +0000 (00:05 +0100)
committerwoglinde <heinold@inf.fu-berlin.de>
Thu, 27 Nov 2008 23:05:53 +0000 (00:05 +0100)
* disable patch for stock-ssh support, because
  we are now using nxssh with ssh-proxy support

conf/checksums.ini
packages/nxproxy/nxproxy_3.3.0-2.bb [new file with mode: 0644]

index 68991e4..e7e8e39 100644 (file)
@@ -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 (file)
index 0000000..f21af2b
--- /dev/null
@@ -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}/
+}