diff options
Diffstat (limited to 'recipes/opie-sounds/opie-sounds.inc')
-rw-r--r-- | recipes/opie-sounds/opie-sounds.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/opie-sounds/opie-sounds.inc b/recipes/opie-sounds/opie-sounds.inc new file mode 100644 index 0000000000..aa39e6e5d7 --- /dev/null +++ b/recipes/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}" |