You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-office/libalkimia/libalkimia-5.0.0.ebuild

26 lines
547 B

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="Library with common classes and functionality used by KDE finance applications"
HOMEPAGE="https://community.kde.org/Alkimia/libalkimia"
SRC_URI="mirror://kde/stable/${PN/lib/}/${PV}/src/${P}.tar.xz"
LICENSE="LGPL-2.1+"
KEYWORDS="~amd64 ~x86"
SLOT="0/5"
IUSE=""
RDEPEND="
dev-libs/gmp:0=[cxx]
dev-qt/qtcore:4
dev-qt/qtdbus:4
kde-frameworks/kdelibs:4
"
DEPEND="${RDEPEND}
virtual/pkgconfig
"