libwebsockets: update to 2.0.2. Again.

Original update was on Jun 1. Team re-tagged 2.0.2 on Jun 6.
This commit is contained in:
Toyam Cox 2016-08-07 02:19:22 -04:00
parent a7d180ecdb
commit e06807b752

View file

@ -1,9 +1,8 @@
# Template file for 'libwebsockets'
pkgname=libwebsockets
version=2.0.2
revision=1
revision=2
build_style=cmake
hostmakedepends="cmake"
makedepends="zlib-devel libressl-devel libev-devel"
configure_args="-DLWS_WITH_LIBEV=1 -DLWS_WITH_HTTP2=1 -DLWS_USE_IPV6=1"
short_desc="Lightweight client and server websocket library"
@ -11,7 +10,8 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
license="LGPL-2"
homepage="https://libwebsockets.org"
distfiles="https://github.com/warmcat/libwebsockets/archive/v$version.tar.gz"
checksum=7ab40b7c28b25d7a3776283219447876502163d89269b3c05739cfc3753525bc
checksum=43865604debd06686ac4d8d0783976c4e10dd519ccd5c94e1b53878ec6178a59
CFLAGS="-Wno-error"
libwebsockets-devel_package() {
@ -22,7 +22,7 @@ libwebsockets-devel_package() {
vmove usr/share/libwebsockets-test-server
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}