21 lines
702 B
BlitzBasic
21 lines
702 B
BlitzBasic
SUMMARY = "Library for communicating with mail and news services"
|
|
DESCRIPTION = "libetpan is a library for communicating with mail and news servers. \
|
|
It supports the protocols SMTP, POP3, IMAP and NNTP."
|
|
HOMEPAGE = "http://www.etpan.org"
|
|
SECTION = "libs"
|
|
DEPENDS = "curl expat gnutls"
|
|
LICENSE = "BSD"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \
|
|
file://cxx-is-here.patch;patch=1"
|
|
|
|
inherit autotools pkgconfig gettext binconfig
|
|
|
|
EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db"
|
|
|
|
PARALLEL_MAKE = ""
|
|
|
|
FILES_${PN} = "${libdir}/lib*.so.*"
|
|
FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"
|