aboutsummaryrefslogtreecommitdiffstats
path: root/packages/opie-sheet/opie-sheet.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-sheet/opie-sheet.inc')
-rw-r--r--packages/opie-sheet/opie-sheet.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/opie-sheet/opie-sheet.inc b/packages/opie-sheet/opie-sheet.inc
index e69de29bb2..a19a68847d 100644
--- a/packages/opie-sheet/opie-sheet.inc
+++ b/packages/opie-sheet/opie-sheet.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "Opie Sheet"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+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}/
+}
+