* disable patch for stock-ssh support, because
we are now using nxssh with ssh-proxy support
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
--- /dev/null
+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}/
+}