generated a new libetpan preview containing some improvments
authorral@home <ral@home>
Thu, 11 Mar 2004 14:18:24 +0000 (14:18 +0000)
committerral@home <ral@home>
Thu, 11 Mar 2004 14:18:24 +0000 (14:18 +0000)
BKrev: 40507530wxyx4s9O7XAchPIch2DxDA

libetpan/libetpan-0.33pre2/mailstream_socket.patch [moved from libetpan/libetpan-0.33pre/mailmime.patch with 100% similarity]
libetpan/libetpan_0.33pre.oe [deleted file]
libetpan/libetpan_0.33pre2.oe [moved from libetpan/libetpan-0.33pre/mailsocket.patch with 100% similarity]

diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe
deleted file mode 100644 (file)
index e9fac01..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION="libetpan is a library for mail server functions"
-SECTION=libs
-DEPENDS = virtual/libc openssl
-RDEPENDS = libc6 openssl
-
-SRC_URI := http://www.alwins-world.de/oe/${P}.tar.bz2  \
-       file://${FILESDIR}/mailsocket.patch;patch=1 \
-        file://${FILESDIR}/mailmime.patch;patch=1
-
-inherit autotools
-
-do_configure() {
-       ./configure --prefix=${STAGING_DIR}/target --with-openssl=${STAGING_DIR}/target --disable-db --host=${HOST_SYS}
-
-}
-
-do_stage() {
-   oe_runmake install
-}
-
-do_install() {
-   install -d ${D}/${libdir}
-   oe_soinstall .libs/libetpan.so.1.0.0 ${D}/${libdir}
-}
-