aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-light-and-power/opie-light-and-power.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opie-light-and-power/opie-light-and-power.inc')
-rw-r--r--recipes/opie-light-and-power/opie-light-and-power.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/opie-light-and-power/opie-light-and-power.inc b/recipes/opie-light-and-power/opie-light-and-power.inc
new file mode 100644
index 0000000000..0d68d5fb6e
--- /dev/null
+++ b/recipes/opie-light-and-power/opie-light-and-power.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Light and Power settings dialog"
+SECTION = "opie/settings"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "light-and-power"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/liblight-and-power.so* bin/light-and-power apps/Settings/light.desktop pics/lightandpower
+do_install() {
+ install -d ${D}${palmtopdir}/pics/lightandpower/
+ install -m 0644 ${WORKDIR}/pics/lightandpower/*.png ${D}${palmtopdir}/pics/lightandpower/
+}
+