aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libesmtp/libesmtp_1.0.4.bb
blob: 31ca443a70676cd2f7d78f9001faa2bab5d8e4af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 or PostFix."
LICENSE = "GPL"
SECTION = "libs/network"
DEPENDS = "openssl"
PR = "r2"

SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2"

inherit autotools binconfig

EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.."

do_stage() {
	autotools_stage_all
}

FILES_libesmtp_append = " ${libdir}/esmtp-plugins/*.so"
FILES_${PN}-dbg += "${libdir}/esmtp-plugins/.debug/"