blob: 617c44a0399d36a061c808c1d6d4ca6acd9d0efe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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"
SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2"
inherit autotools
EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.."
do_stage() {
autotools_stage_all
}
FILES_libesmtp_append = " ${libdir}/esmtp-plugins"
|