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/libetpan_0.33pre.oe | |
parent | c385f1a91f792cd44ee5379e48d51e299e74414b (diff) |
generated a new libetpan preview containing some improvments
BKrev: 40507530wxyx4s9O7XAchPIch2DxDA
Diffstat (limited to 'libetpan/libetpan_0.33pre.oe')
-rw-r--r-- | libetpan/libetpan_0.33pre.oe | 25 |
1 files changed, 0 insertions, 25 deletions
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} -} - |