dvbapp : TranscodingSetup update
[vuplus_openembedded] / recipes / esmtp / esmtp_0.5.1.bb
1 DESCRIPTION = "ESMTP is a user-configurable relay-only MTA \
2 with a sendmail-compatible syntax, based on libESMTP and \
3 supporting the AUTH (including the CRAM-MD5 and NTLM SASL \
4 mechanisms) and StartTLS SMTP extensions."
5 SECTION = "console/network"
6 LICENSE = "GPL"
7 DEPENDS = "libesmtp"
8 PR = "r2"
9
10 SRC_URI = "${SOURCEFORGE_MIRROR}/esmtp/esmtp-${PV}.tar.bz2"
11
12 # Have to set this or we get -L/lib in LDFLAGS
13 EXTRA_OECONF = "--with-libesmtp=${STAGING_EXECPREFIXDIR}"
14
15 inherit autotools