aboutsummaryrefslogtreecommitdiffstats
path: root/opie-mobilemsg
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2004-09-24 10:59:36 +0000
committerMatthias Hentges <oe@hentges.net>2004-09-24 10:59:36 +0000
commita3ba259b46f2624c6c98d881faf03417f4a8879f (patch)
tree35beef443ff40520148b2b6801ed10189b6a6c0a /opie-mobilemsg
parent6d0e2e92d2554ed14609344c12af917db59cd623 (diff)
downloadopenembedded-a3ba259b46f2624c6c98d881faf03417f4a8879f.tar.gz
Add icon for opie-mobilemsg
BKrev: 4153fe18AvHTYqXGKcCNCl7dnY0NnA
Diffstat (limited to 'opie-mobilemsg')
-rw-r--r--opie-mobilemsg/opie-mobilemsg_1.1.6.oe30
1 files changed, 30 insertions, 0 deletions
diff --git a/opie-mobilemsg/opie-mobilemsg_1.1.6.oe b/opie-mobilemsg/opie-mobilemsg_1.1.6.oe
index e69de29bb2..2ddace6d32 100644
--- a/opie-mobilemsg/opie-mobilemsg_1.1.6.oe
+++ b/opie-mobilemsg/opie-mobilemsg_1.1.6.oe
@@ -0,0 +1,30 @@
+DESCRIPTION = "Mobile Messaging"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+APPNAME = "mobilemsg"
+APPTYPE = "binary"
+
+PR = "r1"
+CVSDATE = "20040925"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/comm/mobilemsg \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libmobilemsg.so* bin/mobilemsg apps/Applications/mobilemsg.desktop pics/mobilemsg
+
+do_install() {
+}
+
+do_install_prepend() {
+ install -d ${D}${palmtopdir}/pics/mobilemsg/
+ install -m 0644 ${WORKDIR}/pics/mobilemsg/*.png ${D}${palmtopdir}/pics/mobilemsg/
+}