tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / libetpan / libetpan_0.46.bb
blobe411ba7b77a1cebe176025631325b8f19ff91af8
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] = "afa4abd73665e1a46b0510c4f4efa9a9"
22 SRC_URI[sha256sum] = "74c81e8c29de3fda2e196ce7082a5ec35aad9399a6c7f67bb906b3c9d91dc6f3"