11a4b7ee2SBrad BishopSUMMARY = "OpenSource WebSocket Toolkit"
21a4b7ee2SBrad BishopDESCRIPTION = "noPoll is a OpenSource WebSocket implementation (RFC 6455), \
31a4b7ee2SBrad Bishopwritten in ansi C, that allows building pure WebSocket solutions or to \
41a4b7ee2SBrad Bishopprovide WebSocket support to existing TCP oriented applications.\
51a4b7ee2SBrad Bishop\
61a4b7ee2SBrad BishopnoPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://),\
71a4b7ee2SBrad Bishopallowing message based (handler notified) programming or stream oriented access."
81a4b7ee2SBrad Bishop
91a4b7ee2SBrad BishopHOMEPAGE = "http://www.aspl.es/nopoll/"
10*9aee5003SAndrew GeisslerLICENSE = "LGPL-2.1-only"
111a4b7ee2SBrad BishopLIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \
121a4b7ee2SBrad Bishop                   "
131a4b7ee2SBrad BishopDEPENDS = "openssl"
141a4b7ee2SBrad BishopSRC_URI = "http://www.aspl.es/nopoll/downloads/nopoll-${PV}.tar.gz \
151a4b7ee2SBrad Bishop          "
161a4b7ee2SBrad BishopSRC_URI[md5sum] = "8d333f158b5d5a8975a6149e6ef8db63"
171a4b7ee2SBrad BishopSRC_URI[sha256sum] = "7f1b20f1d0525f30cdd2a4fc386d328b4cf98c6d11cef51fe62cd9491ba19ad9"
181a4b7ee2SBrad Bishop
191a4b7ee2SBrad Bishopinherit autotools pkgconfig
201a4b7ee2SBrad Bishop
211a4b7ee2SBrad BishopEXTRA_OECONF += "--disable-nopoll-doc"
221a4b7ee2SBrad Bishop
231a4b7ee2SBrad BishopLDFLAGS += "-lpthread"
24