bugfix
authorral@home <ral@home>
Sat, 14 Feb 2004 18:38:15 +0000 (18:38 +0000)
committerral@home <ral@home>
Sat, 14 Feb 2004 18:38:15 +0000 (18:38 +0000)
BKrev: 402e6b174j_UMhFHGHdI_2XwlDo7JA

libetpan/libetpan_0.33pre.oe

index e69de29..faae1d5 100644 (file)
@@ -0,0 +1,23 @@
+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  \
+
+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}
+}
+