summaryrefslogtreecommitdiff
path: root/packages/libetpan/libetpan_0.45.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-19 13:39:49 +0000
committerMichael Lauer <mickey@vanille-media.de>2006-07-19 13:39:49 +0000
commit7af92720265020ea2fd47dfdec7bb1901d0fad32 (patch)
tree8a86f6eeb192838e0aefeec4e9ddb749d084a312 /packages/libetpan/libetpan_0.45.bb
parentd9920589188dd1a7de339d410aa696f040e6a6d1 (diff)
libetpan: add 0.46, remove outdated ones. no need for our patches but one
Diffstat (limited to 'packages/libetpan/libetpan_0.45.bb')
-rw-r--r--packages/libetpan/libetpan_0.45.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/libetpan/libetpan_0.45.bb b/packages/libetpan/libetpan_0.45.bb
deleted file mode 100644
index 4b7abede50..0000000000
--- a/packages/libetpan/libetpan_0.45.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-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://etpan_suffix.patch;patch=1 \
- file://mailstream.patch;patch=1 \
- file://configure-pthreads.patch;patch=1 "
-
-inherit autotools pkgconfig gettext
-
-EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db"
-PARALLEL_MAKE = ""
-
-do_stage() {
- oe_runmake install includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} bindir=${STAGING_BINDIR}
-}
-
-FILES_${PN} = "${libdir}/lib*.so.*"
-FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la ${libdir}/*.a ${libdir}/pkgconfig"