summaryrefslogtreecommitdiff
blob: 0d29d01e5059b30d298d32615b64ca6d79ad222a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

PYTHON_DEPEND="2"

inherit git-2 distutils

DESCRIPTION="At the most basic level, websockify just translates WebSockets
traffic to normal socket traffic. Websockify accepts the WebSockets handshake,
parses it, and then begins forwarding traffic between the client and the target
in both directions."
HOMEPAGE="https://github.com/kanaka/websockify/wiki"
EGIT_REPO_URI="https://github.com/kanaka/websockify"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"