Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / libesmtp / libesmtp_1.0.3r1.oe
1 LICENSE = GPL
2 SECTION = "libs"
3 DEPENDS = "openssl"
4 DESCRIPTION = "LibESMTP is a library to manage posting \
5 (or submission of) electronic mail using SMTP to a \
6 preconfigured Mail Transport Agent (MTA) such as Exim."
7 FILES_libesmtp_append = " ${libdir}/esmtp-plugins"
8
9 SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2"
10
11 inherit autotools 
12
13 EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.."
14
15 do_stage () {
16         oe_libinstall -a -so libesmtp ${STAGING_LIBDIR}
17
18         install -d ${STAGING_INCDIR}
19         install -m 644 auth-client.h ${STAGING_INCDIR}
20         install -m 644 auth-plugin.h ${STAGING_INCDIR}
21         install -m 644 libesmtp.h ${STAGING_INCDIR}
22 }