Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12877 - (hide annotations) (download)
Wed Nov 14 12:48:57 2018 UTC (5 years, 10 months ago) by niro
Original Path: smage/trunk/extras/websockify/websockify-0.8.0-r1.smage2
File size: 575 byte(s)
auto added: ver bump to 0.8.0-r1
1 niro 12877 # $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"