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