aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-sounds/opie-sounds.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-sounds/opie-sounds.inc')
-rw-r--r--recipes-opie/opie-sounds/opie-sounds.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-opie/opie-sounds/opie-sounds.inc b/recipes-opie/opie-sounds/opie-sounds.inc
new file mode 100644
index 0000000..aa39e6e
--- /dev/null
+++ b/recipes-opie/opie-sounds/opie-sounds.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "Common Opie Sounds"
+SECTION = "opie/base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+S = "${WORKDIR}/sounds"
+
+SOUNDS = "alarm touchsound keysound"
+
+do_install() {
+ install -d ${D}${palmtopdir}/sounds/
+ for i in ${SOUNDS}
+ do
+ install $i.wav ${D}${palmtopdir}/sounds/$i.wav
+ done
+}
+
+FILES_${PN} = "${palmtopdir}"