From 93ba4ec4388f6ead333ed6d9c9f23173cda66778 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 27 Oct 2004 17:04:27 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/10/27 13:49:41+02:00 home!ral Merge bk://openembedded@openembedded.bkbits.net/packages into alwin.at.home:/home/ral/progs/Zaurus/oe/oe/packages 2004/10/27 13:49:05+02:00 home!ral inserted some featurerequests/bugfixes to opiemail 2004/10/27 12:02:41+02:00 (none)!br1 added rrdtool 2004/10/26 15:39:18-07:00 (none)!emte Initial addition to OE. This is needed for enlightenment. Note, until libiconv has been slimmed down do not use outside of e. Initial build/package size is aprox 1.2M 2004/10/26 20:57:27+02:00 (none)!br1 Merge bk://openembedded@openembedded.bkbits.net/packages into null.(none):/data/mtx/oe/oe.write/packages 2004/10/26 20:56:51+02:00 (none)!br1 added net-snmp BKrev: 417fd51bfdv0PYQGge3V9C-A4X-zlA --- libmailwrapper/libmailwrapper_1.1.6.oe | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'libmailwrapper') diff --git a/libmailwrapper/libmailwrapper_1.1.6.oe b/libmailwrapper/libmailwrapper_1.1.6.oe index e69de29bb2..4396996520 100644 --- a/libmailwrapper/libmailwrapper_1.1.6.oe +++ b/libmailwrapper/libmailwrapper_1.1.6.oe @@ -0,0 +1,28 @@ +DESCRIPTION = "Qt-based class wrapper of libetpan." +SECTION = "opie/libs" +PRIORITY = "optional" +MAINTAINER = "Team Opie " +LICENSE = "LGPL" +DEPENDS = "libetpan" +PR = "r2" + +#TAG = "${@'v' + oe.data.getVar('PV',d,1).replace('.', '_')}" +TAG="v1_1_6_b" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/net/mail/libmailwrapper " +S = "${WORKDIR}/libmailwrapper" + +inherit opie + +do_stage () { + install -d ${STAGING_INCDIR}/libmailwrapper/ + install -m 0664 ${S}/maildefines.h ${STAGING_INCDIR}/libmailwrapper/ + install -m 0664 ${S}/settings.h ${STAGING_INCDIR}/libmailwrapper/ + install -m 0664 ${S}/statusmail.h ${STAGING_INCDIR}/libmailwrapper/ + install -m 0664 ${S}/abstractmail.h ${STAGING_INCDIR}/libmailwrapper/ + install -m 0664 ${S}/mailtypes.h ${STAGING_INCDIR}/libmailwrapper/ + oe_libinstall -so libmailwrapper ${STAGING_LIBDIR} +} + +do_install() { + oe_libinstall -so libmailwrapper ${D}/${palmtopdir}/lib +} -- cgit v1.2.3