[oe-commits] org.oe.dev add fso-sounds, notification sounds for the freesmartphone image

mickeyl commit oe at amethyst.openembedded.net
Thu Jun 12 19:33:46 UTC 2008


add fso-sounds, notification sounds for the freesmartphone image

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: dc2ea45eb83d0fe601f1283cac902c8cf803cb82
ViewMTN: http://monotone.openembedded.org/revision/info/dc2ea45eb83d0fe601f1283cac902c8cf803cb82
Files:
1
packages/freesmartphone/fso-sounds.bb
Diffs:

#
# mt diff -r16fe73fba9ebeb0ca3b3096293acf3c97e5bfe90 -rdc2ea45eb83d0fe601f1283cac902c8cf803cb82
#
#
#
# add_file "packages/freesmartphone/fso-sounds.bb"
#  content [ed58502e0a98204c925aee068e7c055d73727a7e]
#
============================================================
--- packages/freesmartphone/fso-sounds.bb	ed58502e0a98204c925aee068e7c055d73727a7e
+++ packages/freesmartphone/fso-sounds.bb	ed58502e0a98204c925aee068e7c055d73727a7e
@@ -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"






More information about the Openembedded-commits mailing list