diff options
-rw-r--r-- | libetpan/libetpan-0.33pre/mailstream_socket.patch (renamed from libetpan/libetpan-0.33pre2/mailstream_socket.patch) | 0 | ||||
-rw-r--r-- | libetpan/libetpan_0.33pre.oe | 25 | ||||
-rw-r--r-- | libetpan/libetpan_0.33pre2.oe | 0 |
3 files changed, 25 insertions, 0 deletions
diff --git a/libetpan/libetpan-0.33pre2/mailstream_socket.patch b/libetpan/libetpan-0.33pre/mailstream_socket.patch index e69de29bb2..e69de29bb2 100644 --- a/libetpan/libetpan-0.33pre2/mailstream_socket.patch +++ b/libetpan/libetpan-0.33pre/mailstream_socket.patch diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe new file mode 100644 index 0000000000..0e27ee690d --- /dev/null +++ b/libetpan/libetpan_0.33pre.oe @@ -0,0 +1,25 @@ +DESCRIPTION="libetpan is a library for mail server functions" +SECTION=libs +DEPENDS = virtual/libc openssl +RDEPENDS = libc6 openssl +PR = r1 + +SRC_URI := http://www.alwins-world.de/oe/${P}.tar.bz2 \ + file://${FILESDIR}/mailstream_socket.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.33pre2.oe b/libetpan/libetpan_0.33pre2.oe deleted file mode 100644 index e69de29bb2..0000000000 --- a/libetpan/libetpan_0.33pre2.oe +++ /dev/null |