From bd068236207dee9373f5d559c88325de3446d53b Mon Sep 17 00:00:00 2001 From: Matthias Hentges <oe@hentges.net> Date: Mon, 11 Oct 2004 16:36:01 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages 2004/10/11 18:35:17+02:00 local!CoreDump The mother of all section fixes! Gives a SECTION entry to (almost) all packages which were missing it (and thus were having a section of *base*). I have placed all packages unknown to me into the *unknown* section (and yes, i *am* to lazy to look them up), please fix. BKrev: 416ab6716BWMm_ae6D2MValq-LDFzw --- libesmtp/libesmtp_1.0.1.oe | 1 + libesmtp/libesmtp_1.0.3r1.oe | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) (limited to 'libesmtp') diff --git a/libesmtp/libesmtp_1.0.1.oe b/libesmtp/libesmtp_1.0.1.oe index 78fe9e6105..40053f951a 100644 --- a/libesmtp/libesmtp_1.0.1.oe +++ b/libesmtp/libesmtp_1.0.1.oe @@ -1,3 +1,4 @@ +SECTION = "libs" DEPENDS = "openssl" DESCRIPTION = "LibESMTP is a library to manage posting \ (or submission of) electronic mail using SMTP to a \ diff --git a/libesmtp/libesmtp_1.0.3r1.oe b/libesmtp/libesmtp_1.0.3r1.oe index e69de29bb2..cb4c499e35 100644 --- a/libesmtp/libesmtp_1.0.3r1.oe +++ b/libesmtp/libesmtp_1.0.3r1.oe @@ -0,0 +1,21 @@ +SECTION = "libs" +DEPENDS = "openssl" +DESCRIPTION = "LibESMTP is a library to manage posting \ +(or submission of) electronic mail using SMTP to a \ +preconfigured Mail Transport Agent (MTA) such as Exim." +FILES_libesmtp_append = " ${libdir}/esmtp-plugins" + +SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2" + +inherit autotools + +EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.." + +do_stage () { + oe_libinstall -a -so libesmtp ${STAGING_LIBDIR} + + install -d ${STAGING_INCDIR} + install -m 644 auth-client.h ${STAGING_INCDIR} + install -m 644 auth-plugin.h ${STAGING_INCDIR} + install -m 644 libesmtp.h ${STAGING_INCDIR} +} -- cgit v1.2.3