aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nxproxy/nxproxy_3.3.0-2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nxproxy/nxproxy_3.3.0-2.bb')
-rw-r--r--recipes/nxproxy/nxproxy_3.3.0-2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/nxproxy/nxproxy_3.3.0-2.bb b/recipes/nxproxy/nxproxy_3.3.0-2.bb
new file mode 100644
index 0000000000..82229f9be8
--- /dev/null
+++ b/recipes/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 -m 0755 nxproxy ${D}${bindir}/
+}