libetpan/libetpan_0.52.bb : new version
authorGraeme Gregory <dp@xora.org.uk>
Tue, 18 Sep 2007 12:37:59 +0000 (12:37 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 18 Sep 2007 12:37:59 +0000 (12:37 +0000)
packages/libetpan/libetpan_0.52.bb [new file with mode: 0644]

diff --git a/packages/libetpan/libetpan_0.52.bb b/packages/libetpan/libetpan_0.52.bb
new file mode 100644 (file)
index 0000000..77b2cca
--- /dev/null
@@ -0,0 +1,22 @@
+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 = "gnutls"
+LICENSE = "BSD"
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz"
+
+inherit autotools pkgconfig gettext binconfig
+
+EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db"
+
+PARALLEL_MAKE = ""
+
+do_stage() {
+       autotools_stage_all
+}
+
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"