diff options
Diffstat (limited to 'meta-demoapps/recipes-connectivity/libetpan/libetpan_0.54.bb')
-rw-r--r-- | meta-demoapps/recipes-connectivity/libetpan/libetpan_0.54.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-demoapps/recipes-connectivity/libetpan/libetpan_0.54.bb b/meta-demoapps/recipes-connectivity/libetpan/libetpan_0.54.bb new file mode 100644 index 0000000000..9b69471753 --- /dev/null +++ b/meta-demoapps/recipes-connectivity/libetpan/libetpan_0.54.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "Library for communicating with mail and news services" | ||
2 | DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \ | ||
3 | It supports the protocols SMTP, POP3, IMAP and NNTP." | ||
4 | HOMEPAGE = "http://www.etpan.org" | ||
5 | SECTION = "libs" | ||
6 | DEPENDS = "curl expat gnutls" | ||
7 | LICENSE = "BSD" | ||
8 | PR = "r1" | ||
9 | |||
10 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ | ||
11 | file://cxx-is-here.patch;patch=1" | ||
12 | |||
13 | inherit autotools pkgconfig gettext binconfig | ||
14 | |||
15 | EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" | ||
16 | |||
17 | PARALLEL_MAKE = "" | ||
18 | |||
19 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
20 | FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig" | ||