aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-powerchord/opie-powerchord.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-powerchord/opie-powerchord.inc')
-rw-r--r--recipes-opie/opie-powerchord/opie-powerchord.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-opie/opie-powerchord/opie-powerchord.inc b/recipes-opie/opie-powerchord/opie-powerchord.inc
new file mode 100644
index 0000000..82837f8
--- /dev/null
+++ b/recipes-opie/opie-powerchord/opie-powerchord.inc
@@ -0,0 +1,19 @@
+DESCRIPTION = "Guitar Chord generator application"
+SECTION = "opie/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "powerchord"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES bin/powerchord apps/Applications/powerchord.desktop pics/powerchord share/powerchord
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}${palmtopdir}/share/${APPNAME}/
+ install -m 0644 ${WORKDIR}/share/${APPNAME}/*.raw ${D}${palmtopdir}/share/${APPNAME}/
+}
+