[oe-commits] org.oe.dev New package for libesmtp 1.0.4

ifaistos commit openembedded-commits at lists.openembedded.org
Mon Aug 28 21:19:49 UTC 2006


New package for libesmtp 1.0.4
Closes bug #1346

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: fd010f8f1212f0aa06fc96387312e158386f4ebb
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fd010f8f1212f0aa06fc96387312e158386f4ebb
Files:
1
packages/libesmtp/libesmtp_1.0.4.bb
Diffs:

#
# mt diff -rf353555f52cabc78b1e987b906e1c90074671550 -rfd010f8f1212f0aa06fc96387312e158386f4ebb
#
# 
# 
# patch "packages/libesmtp/libesmtp_1.0.4.bb"
#  from [a66c0aa742de78a2ef3f0458ad61a60381f333b4]
#    to [0243fd8ce99928a9eea0b2ec18e5a9a4f83be352]
# 
============================================================
--- packages/libesmtp/libesmtp_1.0.4.bb	a66c0aa742de78a2ef3f0458ad61a60381f333b4
+++ packages/libesmtp/libesmtp_1.0.4.bb	0243fd8ce99928a9eea0b2ec18e5a9a4f83be352
@@ -1,19 +1,22 @@
+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 or PostFix."
-LICENSE = "GPL"
-SECTION = "libs/network"
-DEPENDS = "openssl"
-PR = "r1"
+preconfigured Mail Transport Agent (MTA) such as Exim."
+FILES_libesmtp_append = " ${libdir}/esmtp-plugins"
 
 SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2"
 
-inherit autotools binconfig
+inherit autotools 
 
 EXTRA_OECONF = "--disable-isoc --with-openssl=${STAGING_LIBDIR}/.."
 
-do_stage() {
-	autotools_stage_all
+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}
 }
-
-FILES_libesmtp_append = " ${libdir}/esmtp-plugins"






More information about the Openembedded-commits mailing list