From: Frans Meulenbroeks Date: Wed, 25 Aug 2010 20:02:07 +0000 (+0200) Subject: nxproxy: new recipe X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f248d75333f0dd2b20d06a6a54b30124617db1;p=openembedded.git nxproxy: new recipe Signed-off-by: Frans Meulenbroeks --- 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 +}