diff options
Diffstat (limited to 'recipes/opie-style-fresh/opie-style-fresh.inc')
-rw-r--r-- | recipes/opie-style-fresh/opie-style-fresh.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/opie-style-fresh/opie-style-fresh.inc b/recipes/opie-style-fresh/opie-style-fresh.inc new file mode 100644 index 0000000000..386c5ac620 --- /dev/null +++ b/recipes/opie-style-fresh/opie-style-fresh.inc @@ -0,0 +1,15 @@ +DESCRIPTION = "Opie widget style" +SECTION = "opie/styles" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "freshstyle" + + +S = "${WORKDIR}/fresh" + +inherit opie + +# FILES plugins/styles/libfreshstyle.so* +do_install() { +} + |