# $Id$ PNAME="websockify" PVER="0.8.0" PBUILD="r1" PCAT="net-misc" DESCRIPTION="WebSockets support for any application/server." HOMEPAGE="https://github.com/novnc/websockify/" DEPEND=">= dev-lang/python-2.7 >= dev-python/python2-numpy-1.10" SDEPEND=">= dev-python/python2-setuptools-20" SRCFILE="v${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude python2 SRC_URI=( https://github.com/novnc/${PNAME}/archive/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2SEPERATOR="v" UP2DATE="updatecmd https://github.com/novnc/${PNAME}/releases | highesttarball gz"