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 /packages/nxproxy | |
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
Diffstat (limited to 'packages/nxproxy')
-rw-r--r-- | packages/nxproxy/nxproxy_3.3.0-2.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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}/ +} |