add fso-sounds, notification sounds for the freesmartphone image
authorMichael Lauer <mickey@vanille-media.de>
Thu, 12 Jun 2008 19:31:35 +0000 (19:31 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 12 Jun 2008 19:31:35 +0000 (19:31 +0000)
packages/freesmartphone/fso-sounds.bb [new file with mode: 0644]

diff --git a/packages/freesmartphone/fso-sounds.bb b/packages/freesmartphone/fso-sounds.bb
new file mode 100644 (file)
index 0000000..9c42ada
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "A set of notification sounds"
+LICENSE = "PD"
+SECTION = "multimedia"
+PV = "0.0.0"
+PR = "r0"
+
+SRC_URI = "http://gallium.prg.dtu.dk/HVSC/C64Music/MUSICIANS/G/Galway_Martin/Arkanoid_PSID.sid"
+
+do_install() {
+       install -d ${D}${datadir}/sounds/
+       install ${WORKDIR}/*.sid ${D}${datadir}/sounds/
+}
+
+FILES_${PN} = "${datadir}"
+PACKAGE_ARCH = "all"