Magellan Linux

Contents of /smage/branches/alx07x-stable/extras/websockify/websockify-0.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13608 - (show annotations) (download)
Fri Jul 12 12:07:29 2019 UTC (4 years, 9 months ago) by niro
File size: 575 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="websockify"
4 PVER="0.8.0"
5 PBUILD="r1"
6
7 PCAT="net-misc"
8
9 DESCRIPTION="WebSockets support for any application/server."
10 HOMEPAGE="https://github.com/novnc/websockify/"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= dev-python/python2-numpy-1.10"
14
15 SDEPEND=">= dev-python/python2-setuptools-20"
16
17 SRCFILE="v${PVER}.tar.gz"
18 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
19
20 sminclude python2
21
22 SRC_URI=(
23 https://github.com/novnc/${PNAME}/archive/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2SEPERATOR="v"
28 UP2DATE="updatecmd https://github.com/novnc/${PNAME}/releases | highesttarball gz"