aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-sheet/opie-sheet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-sheet/opie-sheet.inc')
-rw-r--r--recipes-opie/opie-sheet/opie-sheet.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-opie/opie-sheet/opie-sheet.inc b/recipes-opie/opie-sheet/opie-sheet.inc
new file mode 100644
index 0000000..d7ff7d3
--- /dev/null
+++ b/recipes-opie/opie-sheet/opie-sheet.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Opie Sheet"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "opie-sheet"
+
+
+S = "${WORKDIR}/opie-sheet"
+
+inherit opie
+
+# FILES plugins/application/libsheetqt.so* bin/sheetqt apps/Applications/opie-sheet.desktop help/en/html/sheetqt.html pics/opie-sheet/*.png
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+