From 7af92720265020ea2fd47dfdec7bb1901d0fad32 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Wed, 19 Jul 2006 13:39:49 +0000 Subject: libetpan: add 0.46, remove outdated ones. no need for our patches but one --- packages/libetpan/libetpan_0.46.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/libetpan/libetpan_0.46.bb (limited to 'packages/libetpan/libetpan_0.46.bb') diff --git a/packages/libetpan/libetpan_0.46.bb b/packages/libetpan/libetpan_0.46.bb new file mode 100644 index 0000000000..b9d7836aea --- /dev/null +++ b/packages/libetpan/libetpan_0.46.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \ +It supports the protocols SMTP, POP3, IMAP and NNTP." +HOMEPAGE = "http://www.etpan.org" +SECTION = "libs" +DEPENDS = "gnutls" +LICENSE = "BSD" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ + file://honor-oe-lflags.patch;patch=1" + +inherit autotools pkgconfig gettext + +EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" + +PARALLEL_MAKE = "" + +do_stage() { + autotools_stage_all +} + +FILES_${PN} = "${libdir}/lib*.so.*" +FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig" -- cgit v1.2.3