libesmtp: correct damage done by previous commit
authorMichael Lauer <mickey@vanille-media.de>
Tue, 29 Aug 2006 08:59:28 +0000 (08:59 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 29 Aug 2006 08:59:28 +0000 (08:59 +0000)
packages/libesmtp/libesmtp_1.0.4.bb

index baff0d8..294333c 100644 (file)
@@ -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"