diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-12 19:31:35 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-12 19:31:35 +0000 |
commit | 9f5aab414f546756fac0ff30c78027df02f1e645 (patch) | |
tree | a095c9555defce7a562d9aace6f6527dc3cb0b29 | |
parent | 211180c67fc60577129046483e4cbd4a3b8342cb (diff) |
add fso-sounds, notification sounds for the freesmartphone image
-rw-r--r-- | packages/freesmartphone/fso-sounds.bb | 15 |
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" |