diff options
Diffstat (limited to 'opie-mail/opie-mail_1.1.6.oe')
-rw-r--r-- | opie-mail/opie-mail_1.1.6.oe | 28 |
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/ +} + |