diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-20 12:28:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-20 12:28:31 +0000 |
commit | bd4ea1b757e67f7a5e9fb5f440eb7219e1e6ef13 (patch) | |
tree | b3bad7a5cc27f6c18ce163e34a86055719cf9e16 /meta | |
parent | 6a76f8246ae52ec8ba0d89392214e9882def3c5c (diff) | |
download | openembedded-core-bd4ea1b757e67f7a5e9fb5f440eb7219e1e6ef13.tar.gz openembedded-core-bd4ea1b757e67f7a5e9fb5f440eb7219e1e6ef13.tar.bz2 openembedded-core-bd4ea1b757e67f7a5e9fb5f440eb7219e1e6ef13.zip |
libetpan: dropped 0.46
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2523 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/libetpan/libetpan_0.46.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/packages/libetpan/libetpan_0.46.bb b/meta/packages/libetpan/libetpan_0.46.bb deleted file mode 100644 index dfef3b19c6..0000000000 --- a/meta/packages/libetpan/libetpan_0.46.bb +++ /dev/null @@ -1,23 +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://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" |