aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libesmtp/libesmtp_1.0.4.bb
blob: be0bc58929d061b55ba021f7c608e5e1af894443 (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"
FILE_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"
FILES_${PN}-dbg += "${libdir}/esmtp-plugins/.debug/"