summaryrefslogtreecommitdiff
blob: e677f5203ca672c12077dfbf8f8281a2988af2e8 (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-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"

inherit git-r3 cmake-utils

DESCRIPTION="webqq protocol library"
HOMEPAGE="https://github.com/xiehuc/lwqq"
EGIT_REPO_URI="https://github.com/xiehuc/lwqq.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="net-misc/curl
	dev-db/sqlite:3
	sys-libs/zlib
	dev-libs/libev
	dev-libs/libuv
	!net-im/lwqq"
DEPEND="virtual/pkgconfig
	${RDEPEND}"