09fb6228dcf00e1ada67faf441eaae2cd5990a2d
[vuplus_openembedded] / libetpan / libetpan_0.33pre.oe
1 DESCRIPTION = "libetpan is a library for mail server functions"
2 SECTION = "libs"
3 DEPENDS = "virtual/libc openssl"
4 RDEPENDS = "libc6 openssl"
5 PR = "r1"
6
7 SRC_URI = "http://www.alwins-world.de/oe/libetpan-${PV}.tar.bz2  \
8            file://${FILESDIR}/mailstream_socket.patch;patch=1 \
9            file://${FILESDIR}/smtptls.patch;patch=1"
10
11 inherit autotools libtool
12
13 EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db"
14
15 do_stage() {
16         oe_soinstall .libs/libetpan.so.1.0.0 ${STAGING_LIBDIR}/
17 }