diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-11-15 23:57:53 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2008-11-16 00:30:37 +0000 |
commit | f6054ac3f49384a07a254386f20899e33d08a91a (patch) | |
tree | 1b7eee50dc3f3998cf26891fcb114efdebaa6da5 /packages/libetpan/libetpan_0.52.bb | |
parent | ce81a5820f712888529f7814ae11cce4ce3f6bd9 (diff) |
claws-mail: Update to 3.6.1 + libetpan: update to 0.57:
* added claws-mail-g_strcmp0.patch
* added libetpan-autoreconf.patch
* removed libetpan from preferred-om-2008-versions.inc (must follow claws-mail)
* added translation fix patch
Diffstat (limited to 'packages/libetpan/libetpan_0.52.bb')
-rw-r--r-- | packages/libetpan/libetpan_0.52.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/libetpan/libetpan_0.52.bb b/packages/libetpan/libetpan_0.52.bb deleted file mode 100644 index 77b2cca39b..0000000000 --- a/packages/libetpan/libetpan_0.52.bb +++ /dev/null @@ -1,22 +0,0 @@ -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" - -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" |