increase dvbapp PR.
[vuplus_openembedded] / recipes / opie-mail / opie-mail.inc
1 DESCRIPTION = "Opie's mail and news client featuring POP3, IMAP and NNTP - with and without SSL."
2 SECTION = "opie/pim"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5 DEPENDS = "libmailwrapper libetpan"
6 RDEPENDS = "opie-pics"
7 APPNAME = "opiemail"
8
9
10 S = "${WORKDIR}/mail"
11
12 inherit opie
13
14 # FILES plugins/application/libopiemail.so* bin/opiemail apps/1Pim/mail.desktop pics/mail/*.png
15
16 do_install() {
17         install -d ${D}${palmtopdir}/pics/mail/
18         install -m 0644 ${WORKDIR}/pics/mail/*.png ${D}${palmtopdir}/pics/mail/
19 }
20