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/kraft/kraft-0.50.ebuild

25 lines
705 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/kraft/kraft-0.50.ebuild,v 1.5 2013/06/11 15:52:12 ago Exp $
EAPI=5
inherit kde4-base
DESCRIPTION="Software for operating a small business, helping create documents such as offers and invoices"
HOMEPAGE="http://www.volle-kraft-voraus.de/"
SRC_URI="mirror://sourceforge/kraft/${P}.tar.bz2"
SLOT="4"
LICENSE="GPL-2"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
dev-cpp/ctemplate
$(add_kdebase_dep kdepimlibs 'semantic-desktop(+)')
>=dev-qt/qtsql-${QT_MINIMAL}:4[mysql,sqlite]
"
RDEPEND="${DEPEND}"
DOCS=(AUTHORS Changes.txt README Releasenotes.txt TODO)