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