diff options
Diffstat (limited to 'recipes/opie-restartapplet/opie-restartapplet.inc')
-rw-r--r-- | recipes/opie-restartapplet/opie-restartapplet.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/opie-restartapplet/opie-restartapplet.inc b/recipes/opie-restartapplet/opie-restartapplet.inc new file mode 100644 index 0000000000..86c1f4c2ed --- /dev/null +++ b/recipes/opie-restartapplet/opie-restartapplet.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "Restart Applet" +SECTION = "opie/applets" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "restartapplet" + + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES plugins/applets/librestartapplet.so* +do_install() { +} + |