From: Jaco Kroon Date: Tue, 15 Sep 2015 08:23:46 +0000 (+0200) Subject: net-libs/libwebsockets 1.4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9060287290ae7cfd8122b0198c03723dcf12d0eb;p=gentoo.git net-libs/libwebsockets 1.4 Package-Manager: portage-2.2.20.1 Signed-off-by: Tony Vroon --- diff --git a/net-libs/libwebsockets/Manifest b/net-libs/libwebsockets/Manifest new file mode 100644 index 000000000000..d229333c0524 --- /dev/null +++ b/net-libs/libwebsockets/Manifest @@ -0,0 +1 @@ +DIST libwebsockets-1.4-chrome43-firefox-36.tar.gz 2841449 SHA256 e11492477e582ef0b1a6ea2f18d81a9619b449170a3a5c43f32a9468461a9798 SHA512 46dd538193e001a54a1fc78f238c6ff94252b79239b110c0e57bd354082cc6adc12578cd7c7afddd8c9de6319e31ab511189ee5decf101075402874a9f6932cb WHIRLPOOL ebfd79a3855824df81da0c8d3a93f15d282b87189cdcd94627842c3f4c8400cecfe148fa6fc20a608cea4c278794f6e9f94facfa37fa8f047b571e8b1fd01d2b diff --git a/net-libs/libwebsockets/libwebsockets-1.4.ebuild b/net-libs/libwebsockets/libwebsockets-1.4.ebuild new file mode 100644 index 000000000000..8238260080c6 --- /dev/null +++ b/net-libs/libwebsockets/libwebsockets-1.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit cmake-utils + +MY_TAG="chrome43-firefox-36" +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" +IUSE="" + +DEPEND="dev-util/cmake" +RDEPEND="" diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml new file mode 100644 index 000000000000..a335db2ebc1d --- /dev/null +++ b/net-libs/libwebsockets/metadata.xml @@ -0,0 +1,13 @@ + + + + proxy-maintainers + + jaco@uls.co.za + Jaco Kroon + Proxy-Maintainer. Assign bugs to him + + + libwebsockets is a C library designed to make development of websockets clients and servers easier (possible). + +