diff options
author | ral@home <ral@home> | 2004-03-11 14:18:24 +0000 |
---|---|---|
committer | ral@home <ral@home> | 2004-03-11 14:18:24 +0000 |
commit | 4e47a73493db16963dd34c9acacc777eaf59200f (patch) | |
tree | 17e62a4f5bdc33dcb0c4882496c313524aaa14c4 /libetpan | |
parent | c385f1a91f792cd44ee5379e48d51e299e74414b (diff) |
generated a new libetpan preview containing some improvments
BKrev: 40507530wxyx4s9O7XAchPIch2DxDA
Diffstat (limited to 'libetpan')
-rw-r--r-- | libetpan/libetpan-0.33pre2/mailstream_socket.patch (renamed from libetpan/libetpan-0.33pre/mailmime.patch) | 0 | ||||
-rw-r--r-- | libetpan/libetpan_0.33pre.oe | 25 | ||||
-rw-r--r-- | libetpan/libetpan_0.33pre2.oe (renamed from libetpan/libetpan-0.33pre/mailsocket.patch) | 0 |
3 files changed, 0 insertions, 25 deletions
diff --git a/libetpan/libetpan-0.33pre/mailmime.patch b/libetpan/libetpan-0.33pre2/mailstream_socket.patch index e69de29bb2..e69de29bb2 100644 --- a/libetpan/libetpan-0.33pre/mailmime.patch +++ b/libetpan/libetpan-0.33pre2/mailstream_socket.patch diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe deleted file mode 100644 index e9fac0135d..0000000000 --- a/libetpan/libetpan_0.33pre.oe +++ /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} -} - diff --git a/libetpan/libetpan-0.33pre/mailsocket.patch b/libetpan/libetpan_0.33pre2.oe index e69de29bb2..e69de29bb2 100644 --- a/libetpan/libetpan-0.33pre/mailsocket.patch +++ b/libetpan/libetpan_0.33pre2.oe |