diff options
Diffstat (limited to 'meta/recipes-connectivity/libetpan/libetpan_0.54.bb')
| -rw-r--r-- | meta/recipes-connectivity/libetpan/libetpan_0.54.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/libetpan/libetpan_0.54.bb b/meta/recipes-connectivity/libetpan/libetpan_0.54.bb new file mode 100644 index 0000000000..5666ea0ded --- /dev/null +++ b/meta/recipes-connectivity/libetpan/libetpan_0.54.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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 = "curl expat gnutls" | ||
| 6 | LICENSE = "BSD" | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ | ||
| 10 | file://cxx-is-here.patch;patch=1" | ||
| 11 | |||
| 12 | inherit autotools pkgconfig gettext binconfig | ||
| 13 | |||
| 14 | EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" | ||
| 15 | |||
| 16 | PARALLEL_MAKE = "" | ||
| 17 | |||
| 18 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 19 | FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig" | ||
