summaryrefslogtreecommitdiff
path: root/opie-sounds
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-20 15:03:00 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-20 15:03:00 +0000
commita74a35662a511452eb4b04f2cc5f2987d4081127 (patch)
tree57cd1d6d3f87577bbd4f81b53ed7e4fd35609871 /opie-sounds
parenta381f91bb861fb4daff00d1919dca64ca973d73d (diff)
bump version of opie_cvs things to 1.1.7+cvs
BKrev: 419f5ca4Wp3JBzSEv21ONTd46Sr4nA
Diffstat (limited to 'opie-sounds')
-rw-r--r--opie-sounds/opie-sounds_cvs.oe21
1 files changed, 21 insertions, 0 deletions
diff --git a/opie-sounds/opie-sounds_cvs.oe b/opie-sounds/opie-sounds_cvs.oe
index e69de29bb2..0995596732 100644
--- a/opie-sounds/opie-sounds_cvs.oe
+++ b/opie-sounds/opie-sounds_cvs.oe
@@ -0,0 +1,21 @@
+DESCRIPTION = "Common Opie Sounds"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+PV = "1.1.7+cvs-${CVSDATE}"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/sounds"
+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}"