[oe-commits] org.oe.dev libetpan_0.48.bb : new version required for claws-mail

xora commit openembedded-commits at lists.openembedded.org
Tue Dec 12 16:07:59 UTC 2006


libetpan_0.48.bb : new version required for claws-mail

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 4908f7068aaa9286831e44dff713bd204ee0e57d
ViewMTN: http://monotone.openembedded.org/revision.psp?id=4908f7068aaa9286831e44dff713bd204ee0e57d
Files:
1
packages/libetpan/libetpan_0.48.bb
Diffs:

#
# mt diff -r33e65cfac9987cd14f1dd1b418226c2e0fb266a2 -r4908f7068aaa9286831e44dff713bd204ee0e57d
#
# 
# 
# add_file "packages/libetpan/libetpan_0.48.bb"
#  content [aa571543e98f0707235a9b944c570c3ed5676633]
# 
============================================================
--- packages/libetpan/libetpan_0.48.bb	aa571543e98f0707235a9b944c570c3ed5676633
+++ packages/libetpan/libetpan_0.48.bb	aa571543e98f0707235a9b944c570c3ed5676633
@@ -0,0 +1,23 @@
+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 \
+           file://honor-oe-lflags.patch;patch=1"
+
+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"






More information about the Openembedded-commits mailing list