From e9b45ff67d32fdc27950a51135b6dabada8334e7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 17:57:24 +0100 Subject: initial commit of meta-opie Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton --- recipes-opie/opie-mail/opie-mail.inc | 20 ++++++++++++++++++++ recipes-opie/opie-mail/opie-mail_1.2.5.bb | 11 +++++++++++ recipes-opie/opie-mail/opie-mail_cvs.bb | 7 +++++++ 3 files changed, 38 insertions(+) create mode 100644 recipes-opie/opie-mail/opie-mail.inc create mode 100644 recipes-opie/opie-mail/opie-mail_1.2.5.bb create mode 100644 recipes-opie/opie-mail/opie-mail_cvs.bb (limited to 'recipes-opie/opie-mail') diff --git a/recipes-opie/opie-mail/opie-mail.inc b/recipes-opie/opie-mail/opie-mail.inc new file mode 100644 index 0000000..09f8b7a --- /dev/null +++ b/recipes-opie/opie-mail/opie-mail.inc @@ -0,0 +1,20 @@ +DESCRIPTION = "Opie's mail and news client featuring POP3, IMAP and NNTP - with and without SSL." +SECTION = "opie/pim" +PRIORITY = "optional" +LICENSE = "GPL" +DEPENDS = "libmailwrapper libetpan" +RDEPENDS_${PN} = "opie-pics" +APPNAME = "opiemail" + + +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/ +} + diff --git a/recipes-opie/opie-mail/opie-mail_1.2.5.bb b/recipes-opie/opie-mail/opie-mail_1.2.5.bb new file mode 100644 index 0000000..d1ca4a2 --- /dev/null +++ b/recipes-opie/opie-mail/opie-mail_1.2.5.bb @@ -0,0 +1,11 @@ +require ${PN}.inc + +SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_noncore_net_mail.tar.bz2;name=split_noncore_net_mail \ + http://sources.openembedded.org/opie-1.2.5-split_apps.tar.bz2;name=split_apps \ + http://sources.openembedded.org/opie-1.2.5-split_pics.tar.bz2;name=split_pics" +SRC_URI[split_noncore_net_mail.md5sum] = "7f5ecde1c30af35ed34b272f7af07874" +SRC_URI[split_noncore_net_mail.sha256sum] = "6bac2a5da02faa84c533c26406c15acfc50c40882e676eb92f577b56b1203045" +SRC_URI[split_apps.md5sum] = "c765d13427e4dc8ee396e4dfed2dbe73" +SRC_URI[split_apps.sha256sum] = "0fea454d8d286f7febc7449e4a06f73e941e8b22e9bab904a32e57f35479862a" +SRC_URI[split_pics.md5sum] = "e9b68749d67295f7080a23e39b17335e" +SRC_URI[split_pics.sha256sum] = "0a7aab6d0bce04d6a9c257d768d8a1a481d38ba527d6e6e50723973789954b4a" diff --git a/recipes-opie/opie-mail/opie-mail_cvs.bb b/recipes-opie/opie-mail/opie-mail_cvs.bb new file mode 100644 index 0000000..5730169 --- /dev/null +++ b/recipes-opie/opie-mail/opie-mail_cvs.bb @@ -0,0 +1,7 @@ +require ${PN}.inc + +PV = "${OPIE_GIT_PV}" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/net/mail \ + ${OPIE_GIT};protocol=git;subpath=apps \ + ${OPIE_GIT};protocol=git;subpath=pics" -- cgit 1.2.3-korg