summaryrefslogtreecommitdiff
path: root/opie-mail/opie-mail_cvs.oe
blob: c33f89b3b58bc6f19d7923ae8c5e188b22fbf015 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "Opie's mail and news client featuring POP3, IMAP and NNTP - with and without SSL."
SECTION = "opie/pim"
PRIORITY = "optional"
MAINTAINER = "Open Embedded <oe@handhelds.org>"
LICENSE = "GPL"
DEPENDS = "libmailwrapper libetpan"
RDEPENDS = "opie-pics"
PV = "1.1.5-cvs-${CVSDATE}"
APPNAME = "opiemail"

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/net/mail \
           cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps \
	   cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;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/
}