aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-tonleiter/opie-tonleiter.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/opie-tonleiter/opie-tonleiter.inc')
-rw-r--r--recipes/opie-tonleiter/opie-tonleiter.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/opie-tonleiter/opie-tonleiter.inc b/recipes/opie-tonleiter/opie-tonleiter.inc
new file mode 100644
index 0000000000..a3108f0232
--- /dev/null
+++ b/recipes/opie-tonleiter/opie-tonleiter.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Music scales for string instruments"
+SECTION = "opie/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "tonleiter"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+