diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-12-12 16:03:28 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-12-12 16:03:28 +0000 |
commit | f4bc6305725ffa9f35a6ad69cba3d0f9bb721ace (patch) | |
tree | de34980768db8182054eb273d2a55b891ccc9395 | |
parent | dc9f0d15f023cec85a8920edb7f449e7dec87342 (diff) |
libetpan_0.48.bb : new version required for claws-mail
-rw-r--r-- | packages/libetpan/libetpan_0.48.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/libetpan/libetpan_0.48.bb b/packages/libetpan/libetpan_0.48.bb new file mode 100644 index 0000000000..dfef3b19c6 --- /dev/null +++ b/packages/libetpan/libetpan_0.48.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 binconfig + +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" |