diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-08-19 16:02:31 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2006-08-19 16:02:31 +0000 |
commit | 74548169592daa787b2813602acfc624aa8d4828 (patch) | |
tree | d3bc69db22c58263c4ec95a04440449119f3049e /packages/libesmtp/libesmtp_1.0.1.bb | |
parent | 57d56f499980919d60868a6ec694088cffb2f5bb (diff) | |
parent | eadf8c368c891c853e4857181ae6a8d6717b880b (diff) |
merge of 5ea9eb6f097fe0b646889d1b3a1312d9d7fc796e
and 67adbb4efb9e9642f8b5476abd6692720c8cd642
Diffstat (limited to 'packages/libesmtp/libesmtp_1.0.1.bb')
-rw-r--r-- | packages/libesmtp/libesmtp_1.0.1.bb | 22 |
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} -} |