xf86-video-omapfb: pandora: handle cycle/forcer events better
[openembedded.git] / recipes / opie-sounds / opie-sounds.inc
1 DESCRIPTION = "Common Opie Sounds"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5
6 S = "${WORKDIR}/sounds"
7
8 SOUNDS = "alarm touchsound keysound"
9
10 do_install() {
11         install -d ${D}${palmtopdir}/sounds/
12         for i in ${SOUNDS}
13         do
14                 install $i.wav ${D}${palmtopdir}/sounds/$i.wav
15         done
16 }
17
18 FILES_${PN} = "${palmtopdir}"