blob: 30799dab5cd42bf3098009c3921a7638b77329c4 (
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
25
26
27
28
29
30
31
32
33
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/kmm_kbanking/kmm_kbanking-1.0.ebuild,v 1.1 2009/08/19 16:16:58 tgurr Exp $
EAPI="2"
ARTS_REQUIRED="never"
inherit kde
DESCRIPTION="KMyMoney2 HBCI plugin utilizing AqBanking."
HOMEPAGE="http://www2.aquamaniac.de/sites/download/packages.php?package=05&showall=1"
SRC_URI="http://www2.aquamaniac.de/sites/download/download.php?package=05&release=09&file=01&dummy=${P}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=app-office/kmymoney2-1.0.0
>=net-libs/aqbanking-4.0.0[qt3,kde]
>=sys-libs/gwenhywfar-3.8.2"
RDEPEND="${DEPEND}"
need-kde 3.5
src_configure() {
local myconf
myconf="${myconf} \
--enable-aqbanking \
--enable-gwenhywfar \
--without-arts"
kde_src_configure
}
|