db_5.0.21: Add recipes for target and native packages.
[openembedded.git] / recipes / libesmtp / libesmtp_1.0.4.bb
blob7ff261cd47be599ea566e38c7c4b930add1f6bd3
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/*.so"
20 FILES_${PN}-dbg += "${libdir}/esmtp-plugins/.debug/"
22 SRC_URI[md5sum] = "8b4e8a794adc46268f0c6a0b3fb79486"
23 SRC_URI[sha256sum] = "407ec85a4c3ce2c4045608d28c36a8e19f1cfbad02bf3de784f6b6fa83d15a56"