summaryrefslogtreecommitdiff
path: root/packages/opie-mobilemsg/opie-mobilemsg.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/opie-mobilemsg/opie-mobilemsg.inc')
-rw-r--r--packages/opie-mobilemsg/opie-mobilemsg.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/opie-mobilemsg/opie-mobilemsg.inc b/packages/opie-mobilemsg/opie-mobilemsg.inc
index e69de29bb2..4dfaae2cbc 100644
--- a/packages/opie-mobilemsg/opie-mobilemsg.inc
+++ b/packages/opie-mobilemsg/opie-mobilemsg.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Mobile Messaging"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+APPNAME = "mobilemsg"
+APPTYPE = "binary"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.* ${D}${palmtopdir}/pics/${APPNAME}/
+}