libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / libc-client / libc-client_2007b.bb
blob8e850f7996d74091372c8fc901138b0df3001d58
1 DESCRIPTION = "UW c-client library for mail protocols"
2 SECTION = "devel"
3 PRIORITY = "optional"
4 LICENSE = "University of Washingtons Free-Fork License"
5 DEPENDS = "libpam openssl libpam"
7 SRC_URI = "ftp://ftp.cac.washington.edu/imap/imap-${PV}.tar.Z \
8 file://quote_cctype.patch;patch=1"
10 S = "${WORKDIR}/imap-${PV}"
12 EXTRA_OEMAKE = "CC='${CC}'"
14 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"
16 do_compile() {
17 echo "SSLINCLUDE=${STAGING_INCDIR}/openssl SSLLIB=${STAGING_LIBDIR}" > ${S}/SPECIALS
18 oe_runmake lnp
21 do_install() {
22 install -d ${D}${includedir}/c-client
23 install ${HEADERS} ${D}${includedir}/c-client
24 install -d ${D}${libdir}
25 install c-client/c-client.a ${D}${libdir}/libc-client.a
29 SRC_URI[md5sum] = "4d59ce6303cf8ef93ff51341b1ce2df7"
30 SRC_URI[sha256sum] = "b3170bef59f416be1f710be58333f9b0c2c8b0fe137062accd4f5f13a3785cd0"