1*1a4b7ee2SBrad BishopSUMMARY = "OpenSource WebSocket Toolkit"
2*1a4b7ee2SBrad BishopDESCRIPTION = "noPoll is a OpenSource WebSocket implementation (RFC 6455), \
3*1a4b7ee2SBrad Bishopwritten in ansi C, that allows building pure WebSocket solutions or to \
4*1a4b7ee2SBrad Bishopprovide WebSocket support to existing TCP oriented applications.\
5*1a4b7ee2SBrad Bishop\
6*1a4b7ee2SBrad BishopnoPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://),\
7*1a4b7ee2SBrad Bishopallowing message based (handler notified) programming or stream oriented access."
8*1a4b7ee2SBrad Bishop
9*1a4b7ee2SBrad BishopHOMEPAGE = "http://www.aspl.es/nopoll/"
10*1a4b7ee2SBrad BishopLICENSE = "LGPL-2.1"
11*1a4b7ee2SBrad BishopLIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \
12*1a4b7ee2SBrad Bishop                   "
13*1a4b7ee2SBrad BishopDEPENDS = "openssl"
14*1a4b7ee2SBrad BishopSRC_URI = "http://www.aspl.es/nopoll/downloads/nopoll-${PV}.tar.gz \
15*1a4b7ee2SBrad Bishop          "
16*1a4b7ee2SBrad BishopSRC_URI[md5sum] = "8d333f158b5d5a8975a6149e6ef8db63"
17*1a4b7ee2SBrad BishopSRC_URI[sha256sum] = "7f1b20f1d0525f30cdd2a4fc386d328b4cf98c6d11cef51fe62cd9491ba19ad9"
18*1a4b7ee2SBrad Bishop
19*1a4b7ee2SBrad Bishopinherit autotools pkgconfig
20*1a4b7ee2SBrad Bishop
21*1a4b7ee2SBrad BishopEXTRA_OECONF += "--disable-nopoll-doc"
22*1a4b7ee2SBrad Bishop
23*1a4b7ee2SBrad BishopLDFLAGS += "-lpthread"
24