diff options
author | ral@home <ral@home> | 2004-03-12 11:13:53 +0000 |
---|---|---|
committer | ral@home <ral@home> | 2004-03-12 11:13:53 +0000 |
commit | a6d88c1834a9c80695f2f3be87d2bc8b46e1841e (patch) | |
tree | 6690d3372bc48c53014e0a08d2d56c2793cb8d84 /libetpan | |
parent | e4881f4f21cc7e20d8e7cf1f7e2dc984ba89cf83 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into alwin.at.home:/home/ral/progs/Zaurus/oe/oe/packages
2004/03/12 12:08:40+01:00 home!ral
try to resolve problems with ipkg and versionnumbers, eg, use -0.33pre-r1 instead of
-033pre2-r0
BKrev: 40519b71edLMKauQnzrBDVd07cgogQ
Diffstat (limited to 'libetpan')
-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 |