blob: a7b0662862fdc86024077725a89c13fe391b1df2 (
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
|
# 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.1 2013/03/09 19:31:27 dilfridge 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)
>=dev-qt/qtsql-${QT_MINIMAL}[mysql,sqlite]
"
RDEPEND="${DEPEND}"
DOCS=(AUTHORS Changes.txt README Releasenotes.txt TODO)
|