aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libesmtp/libesmtp_1.0.1.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-08-19 15:50:51 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-08-19 15:50:51 +0000
commit8482db62180aef8976f4c909bea555fada717541 (patch)
tree9aa0cb680308b5e1110635da9a49efec290f0211 /packages/libesmtp/libesmtp_1.0.1.bb
parent2701f4bf648b61c0986b47786cf75b1d8315a246 (diff)
downloadopenembedded-8482db62180aef8976f4c909bea555fada717541.tar.gz
libesmtp: add 1.0.4, remove older ones
Diffstat (limited to 'packages/libesmtp/libesmtp_1.0.1.bb')
-rw-r--r--packages/libesmtp/libesmtp_1.0.1.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/libesmtp/libesmtp_1.0.1.bb b/packages/libesmtp/libesmtp_1.0.1.bb
deleted file mode 100644
index fe6d958f1b..0000000000
--- a/packages/libesmtp/libesmtp_1.0.1.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-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"
-
-SRC_URI = "http://www.stafford.uklinux.net/libesmtp/libesmtp-${PV}.tar.bz2 \
- file://configure.patch;patch=1"
-LICENSE = "LGPL GPL"
-inherit autotools
-
-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}
-}