aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libc-client
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2011-03-13 16:01:01 +0100
committerEric Bénard <eric@eukrea.com>2011-03-13 22:09:47 +0100
commit77ec815d4cdb7baba0682b79135fc16cf6aac55b (patch)
tree20778fc3454f9e03c3d74bbf54aacbc3f5b0ac9c /recipes/libc-client
parent4992524e798f6371ce603c6a97a4f9f694f0e2fe (diff)
downloadopenembedded-77ec815d4cdb7baba0682b79135fc16cf6aac55b.tar.gz
libc-client: remove 2007b
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libc-client')
-rw-r--r--recipes/libc-client/libc-client_2007b.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes/libc-client/libc-client_2007b.bb b/recipes/libc-client/libc-client_2007b.bb
deleted file mode 100644
index dbcda085ca..0000000000
--- a/recipes/libc-client/libc-client_2007b.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "UW c-client library for mail protocols"
-SECTION = "devel"
-PRIORITY = "optional"
-LICENSE = "University of Washingtons Free-Fork License"
-DEPENDS = "libpam openssl libpam"
-
-SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.Z \
- file://quote_cctype.patch"
-
-S = "${WORKDIR}/imap-${PV}"
-
-EXTRA_OEMAKE = "CC='${CC}'"
-
-HEADERS = "src/c-client/*.h src/osdep/unix/*.h c-client/auths.c c-client/linkage.c c-client/linkage.h c-client/osdep.h"
-
-do_compile() {
- echo "SSLINCLUDE=${STAGING_INCDIR} SSLLIB=${STAGING_LIBDIR}" > ${S}/SPECIALS
- oe_runmake lnp
-}
-
-do_install() {
- install -d ${D}${includedir}/c-client
- install ${HEADERS} ${D}${includedir}/c-client
- install -d ${D}${libdir}
- install c-client/c-client.a ${D}${libdir}/libc-client.a
-}
-
-
-SRC_URI[md5sum] = "4d59ce6303cf8ef93ff51341b1ce2df7"
-SRC_URI[sha256sum] = "b3170bef59f416be1f710be58333f9b0c2c8b0fe137062accd4f5f13a3785cd0"