merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / packages / libesmtp / libesmtp_1.0.4.bb
blob06b46821d91fc10ea080ce18703615a2901eb968
1 DESCRIPTION = "LibESMTP is a library to manage posting \
2 (or submission of) electronic mail using SMTP to a \
3 preconfigured Mail Transport Agent (MTA) such as Exim or PostFix."
4 LICENSE = "GPL"
5 SECTION = "libs/network"
6 DEPENDS = "openssl"
7 PR = "r2"
9 SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2"
11 inherit autotools binconfig
13 EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.."
15 do_stage() {
16 autotools_stage_all
19 FILES_libesmtp_append = " ${libdir}/esmtp-plugins"
20 FILES_${PN}-dbg += "${libdir}/esmtp-plugins/.debug/"