summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libetpan/libetpan_0.57.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libetpan/libetpan_0.57.bb')
-rw-r--r--meta-oe/recipes-support/libetpan/libetpan_0.57.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libetpan/libetpan_0.57.bb b/meta-oe/recipes-support/libetpan/libetpan_0.57.bb
new file mode 100644
index 000000000..6be0694ef
--- /dev/null
+++ b/meta-oe/recipes-support/libetpan/libetpan_0.57.bb
@@ -0,0 +1,27 @@
1DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \
2It supports the protocols SMTP, POP3, IMAP and NNTP."
3HOMEPAGE = "http://www.etpan.org"
4SECTION = "libs"
5DEPENDS = "gnutls liblockfile curl"
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=f18ebe7e452708c26f83954f81062ba7"
8
9PR = "r1"
10
11SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
12 file://libetpan-autoreconf.patch \
13 file://libetpan-ldflags.patch \
14 file://sepbuild.patch"
15
16inherit autotools pkgconfig gettext binconfig
17
18EXTRA_OECONF = "--without-openssl --without-sasl --with-gnutls --disable-db"
19
20PARALLEL_MAKE = ""
21
22FILES_${PN} = "${libdir}/lib*.so.*"
23FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"
24
25
26SRC_URI[md5sum] = "8ce8c6c071e81884a475b12b7f9a9cc0"
27SRC_URI[sha256sum] = "1f3fda5c9e2961d1a6298dc8aadae321493d37727d8db45bc2e8d58f20547011"