# Description: C library for easy WebSockets servers. # URL: https://github.com/payden/libwebsock # Maintainer: #teatime (irc.kyber.io), teatime at kyber dot io # Depends on: libevent name=libwebsock version=2.0.0 release=3 source=(https://github.com/payden/$name/archive/v$version.tar.gz libevent.patch utf.patch protocol.patch) build() { cd $name-$version patch -i ../libevent.patch patch -p1 -i ../utf.patch patch -p1 -i ../protocol.patch ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install }