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

EAPI=5

inherit cmake-utils

MY_TAG="chrome48-firefox42"
DESCRIPTION="C/C++ websockets library"
HOMEPAGE="http://libwebsockets.org/"
SRC_URI="http://git.libwebsockets.org/cgi-bin/cgit/${PN}/snapshot/${P}-${MY_TAG}.tar.gz"
S="${S}-${MY_TAG}"

LICENSE="libwebsockets"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-util/cmake"
RDEPEND=""