summaryrefslogtreecommitdiff
path: root/app-office/kraft/kraft-0.59.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-office/kraft/kraft-0.59.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'app-office/kraft/kraft-0.59.ebuild')
-rw-r--r--app-office/kraft/kraft-0.59.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/app-office/kraft/kraft-0.59.ebuild b/app-office/kraft/kraft-0.59.ebuild
new file mode 100644
index 000000000000..48777bb0f346
--- /dev/null
+++ b/app-office/kraft/kraft-0.59.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KDE_LINGUAS="ast bg bs cs da de en_GB eo es et fi fr ga gl hu it ja lt mai mr nds
+nl pl pt pt_BR ru sk sv tr ug uk zh_CN"
+QT3SUPPORT_REQUIRED="true"
+SQL_REQUIRED="always"
+inherit kde4-base
+
+DESCRIPTION="Software for operating a small business, creating documents such as invoices"
+HOMEPAGE="http://www.volle-kraft-voraus.de/"
+SRC_URI="mirror://sourceforge/kraft/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="amd64 x86"
+IUSE="debug"
+
+DEPEND="
+ dev-cpp/ctemplate
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4[mysql,sqlite]
+ $(add_kdeapps_dep kdepimlibs)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS Changes.txt README Releasenotes.txt TODO )