diff options
Diffstat (limited to 'recipes')
| -rw-r--r-- | recipes/freenx/nxproxy_3.4.0-2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/freenx/nxproxy_3.4.0-2.bb b/recipes/freenx/nxproxy_3.4.0-2.bb new file mode 100644 index 0000000000..49b86fe90c --- /dev/null +++ b/recipes/freenx/nxproxy_3.4.0-2.bb @@ -0,0 +1,18 @@ +LICENSE = "GPL" +DEPENDS = "nxcomp" + +SRC_URI = "http://64.34.161.181/download/3.4.0/sources/${PN}-${PV}.tar.gz \ + " + +SRC_URI[md5sum] = "95ce93520d463a3d18cdd5d19c321e85" +SRC_URI[sha256sum] = "ecf740db00f2a223f520809f6cf5623d05eb2709e2ea8eadfb9a97b906fabfa6" + +S = "${WORKDIR}/${PN}" + +inherit autotools + +do_install () { + oe_runmake "bindir=${D}${bindir}" \ + "man1dir=${D}${mandir}" \ + install +} |
