summaryrefslogtreecommitdiff
path: root/opie-mail/opie-mail_1.1.6.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-10-27 17:04:27 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-10-27 17:04:27 +0000
commit93ba4ec4388f6ead333ed6d9c9f23173cda66778 (patch)
tree1136aea86c3149522efceb2530e28c05faa1d6b2 /opie-mail/opie-mail_1.1.6.oe
parentd6f52634273187b665e7801e2836c7e7305b5b2a (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/27 13:49:41+02:00 home!ral Merge bk://openembedded@openembedded.bkbits.net/packages into alwin.at.home:/home/ral/progs/Zaurus/oe/oe/packages 2004/10/27 13:49:05+02:00 home!ral inserted some featurerequests/bugfixes to opiemail 2004/10/27 12:02:41+02:00 (none)!br1 added rrdtool 2004/10/26 15:39:18-07:00 (none)!emte Initial addition to OE. This is needed for enlightenment. Note, until libiconv has been slimmed down do not use outside of e. Initial build/package size is aprox 1.2M 2004/10/26 20:57:27+02:00 (none)!br1 Merge bk://openembedded@openembedded.bkbits.net/packages into null.(none):/data/mtx/oe/oe.write/packages 2004/10/26 20:56:51+02:00 (none)!br1 added net-snmp BKrev: 417fd51bfdv0PYQGge3V9C-A4X-zlA
Diffstat (limited to 'opie-mail/opie-mail_1.1.6.oe')
-rw-r--r--opie-mail/opie-mail_1.1.6.oe28
1 files changed, 28 insertions, 0 deletions
diff --git a/opie-mail/opie-mail_1.1.6.oe b/opie-mail/opie-mail_1.1.6.oe
index e69de29bb2..299b03c3ae 100644
--- a/opie-mail/opie-mail_1.1.6.oe
+++ b/opie-mail/opie-mail_1.1.6.oe
@@ -0,0 +1,28 @@
+DESCRIPTION = "Opie's mail and news client featuring POP3, IMAP and NNTP - with and without SSL."
+SECTION = "opie/pim"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "libmailwrapper libetpan"
+RDEPENDS = "opie-pics"
+PR = "r1"
+
+APPNAME = "opiemail"
+
+TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}"
+STAG = v1_1_6_b
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${STAG};module=opie/noncore/net/mail \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics"
+
+S = "${WORKDIR}/mail"
+
+inherit opie
+
+# FILES plugins/application/libopiemail.so* bin/opiemail apps/1Pim/mail.desktop pics/mail/*.png
+
+do_install() {
+ install -d ${D}/${palmtopdir}/pics/mail/
+ install -m 0644 ${WORKDIR}/pics/mail/*.png ${D}/${palmtopdir}/pics/mail/
+}
+