diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-29 09:07:38 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-29 09:07:38 +0000 |
commit | a7279a2894397237252dc4274ef6c4c6192780bb (patch) | |
tree | ed3acb1411ccefed964d7e218d3b64e37bccb51c /packages | |
parent | b0915887c4f041c2004f5fcb286eba5b42e02d84 (diff) | |
parent | 1ed378b6258e7df0a51fe7082ceded34581245a9 (diff) |
merge of '736e3745c824a8c11dfc76795f69158b8940190a'
and 'aa2272bf90f42c5648bd3b21c7395aeb71f025fd'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libesmtp/libesmtp_1.0.4.bb | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/packages/libesmtp/libesmtp_1.0.4.bb b/packages/libesmtp/libesmtp_1.0.4.bb index baff0d8931..294333c579 100644 --- a/packages/libesmtp/libesmtp_1.0.4.bb +++ b/packages/libesmtp/libesmtp_1.0.4.bb @@ -1,22 +1,19 @@ -LICENSE = "GPL" -SECTION = "libs" -DEPENDS = "openssl" 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." -FILES_libesmtp_append = " ${libdir}/esmtp-plugins" +preconfigured Mail Transport Agent (MTA) such as Exim or PostFix." +LICENSE = "GPL" +SECTION = "libs/network" +DEPENDS = "openssl" +PR = "r1" SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2" -inherit autotools +inherit autotools binconfig EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.." -do_stage () { - oe_libinstall -a -so libesmtp ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR} - install -m 644 auth-client.h ${STAGING_INCDIR} - install -m 644 auth-plugin.h ${STAGING_INCDIR} - install -m 644 libesmtp.h ${STAGING_INCDIR} +do_stage() { + autotools_stage_all } + +FILES_libesmtp_append = " ${libdir}/esmtp-plugins" |