diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-28 00:05:53 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-28 00:05:53 +0100 |
commit | dce11f705f62c2f5a7fa69489ed4b111d6b4d989 (patch) | |
tree | bb079373d85072b282b7db64c07fda5fa91a838a | |
parent | cb59c63769ae66e314b98ee47e85018d8fcd2304 (diff) |
nxproxy: update to latest release from nomachine
* disable patch for stock-ssh support, because
we are now using nxssh with ssh-proxy support
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | 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 68991e4d53..e7e8e39529 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 0000000000..f21af2b142 --- /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}/ +} |