BKrev: 40d57629WEUVzJpcLCGTzNzvIhgRFw
+DESCRIPTION = "Meta-package for Opie"
+DEPENDS = "qte-for-opie libqpe-opie libopie2"
+MAINTAINER = "Greg Gilbert <greg@treke.net>"
+
+def opie_packages(d):
+ import oe, os
+ files = os.listdir( oe.data.getVar( "TOPDIR", d, True ) )
+ pkgs = [ f for f in files if f.startswith( "opie-" ) and f != "opie-3rdparty" ]
+ return " ".join( pkgs )
+
+OPIE_PACKAGES := "${@opie_packages(d)}"
+
+DEPENDS = "qte-for-opie libqpe-opie libopie2 ${OPIE_PACKAGES}"
+
+DESCRIPTION = "Mail plugin for Today"
+SECTION = "opie/today"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "opie-today opie-mailapplet"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "todaymailplugin"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/pim/today/plugins/mail;date=${CVSDATE} "
+
+S = "${WORKDIR}/mail"
+
+inherit opie
+