summaryrefslogtreecommitdiff
path: root/packages/freesmartphone/fso-sounds.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-06-13 18:38:48 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-06-13 18:38:48 +0000
commitc2ecee68b3cf7a30ffb34756dbaa888e76a36fe9 (patch)
tree359177acef9ccf4844f249758ff14c81da67abcd /packages/freesmartphone/fso-sounds.bb
parent61b3dd67bad9d7ed1c27f30a9d9eafb03034b77f (diff)
parent9a2c8e90f77325a2b21f41d7ac83a0f040167349 (diff)
merge of 'aac87a2141ed5dcc6cf1e3015a21d15463f3d048'
and 'c407c3e3af9b704a138bada2e0b7c565f8c293be'
Diffstat (limited to 'packages/freesmartphone/fso-sounds.bb')
-rw-r--r--packages/freesmartphone/fso-sounds.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/freesmartphone/fso-sounds.bb b/packages/freesmartphone/fso-sounds.bb
new file mode 100644
index 0000000000..9c42ada539
--- /dev/null
+++ b/packages/freesmartphone/fso-sounds.bb
@@ -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"