Magellan Linux

Contents of /smage/trunk/deprecated/websockify/websockify-0.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17157 - (show annotations) (download)
Wed Oct 25 09:01:13 2023 UTC (7 months, 3 weeks ago) by niro
File size: 575 byte(s)
-moved to 'deprecated'
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"