blob: 4b8e14d01364c3a4514544dcf2505f9ca4822f17 [file] [log] [blame]
# 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}