diff options
Diffstat (limited to 'packages/opie-sounds/opie-sounds.inc')
-rw-r--r-- | packages/opie-sounds/opie-sounds.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/opie-sounds/opie-sounds.inc b/packages/opie-sounds/opie-sounds.inc index e69de29bb2..d19272ac6e 100644 --- a/packages/opie-sounds/opie-sounds.inc +++ b/packages/opie-sounds/opie-sounds.inc @@ -0,0 +1,19 @@ +DESCRIPTION = "Common Opie Sounds" +SECTION = "opie/base" +PRIORITY = "optional" +MAINTAINER = "Team Opie <opie@handhelds.org>" +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}" |