summaryrefslogtreecommitdiff
blob: 4b8e14d01364c3a4514544dcf2505f9ca4822f17 (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
26
27
28
29
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

MY_P="${PN}-v${PV}"
inherit cmake-utils

DESCRIPTION="Qt-style interface for libinfinity"
HOMEPAGE="https://projects.kde.org/projects/playground/libs/libqinfinity"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.xz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="
	dev-libs/glib:2
	dev-qt/qtcore:4
	dev-qt/qtgui:4
	net-libs/libinfinity
"
DEPEND="${RDEPEND}
	app-arch/xz-utils
"

S=${WORKDIR}/${MY_P}