tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / libetpan / libetpan_0.48.bb
blobcb9bbb95d2dcc15bf22d80617b4f081d61a87ace
1 DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \
2 It supports the protocols SMTP, POP3, IMAP and NNTP."
3 HOMEPAGE = "http://www.etpan.org"
4 SECTION = "libs"
5 DEPENDS = "gnutls"
6 LICENSE = "BSD"
7 PR = "r0"
9 SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
10 file://honor-oe-lflags.patch"
12 inherit autotools pkgconfig gettext binconfig
14 EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db"
16 PARALLEL_MAKE = ""
18 FILES_${PN} = "${libdir}/lib*.so.*"
19 FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"
21 SRC_URI[md5sum] = "493de1bfc84c1e0f82fd865795e48ffb"
22 SRC_URI[sha256sum] = "039861766d330b8ff2309334feb97d384e16d927dd859fdc0fad4c4a13d66b7c"