From 9f1370492fd21a2b0f2956d7bb0c2899c77c57c3 Mon Sep 17 00:00:00 2001 From: Hanno Böck Date: Sun, 22 Jun 2003 19:50:13 +0000 Subject: added lxbank ebuild --- app-office/lxbank/ChangeLog | 9 +++++++++ app-office/lxbank/Manifest | 3 ++- app-office/lxbank/files/digest-lxbank-0.1.6 | 1 + app-office/lxbank/lxbank-0.1.6.ebuild | 24 ++++++++++++++++++++++++ 4 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 app-office/lxbank/ChangeLog create mode 100644 app-office/lxbank/files/digest-lxbank-0.1.6 create mode 100644 app-office/lxbank/lxbank-0.1.6.ebuild (limited to 'app-office') diff --git a/app-office/lxbank/ChangeLog b/app-office/lxbank/ChangeLog new file mode 100644 index 000000000000..45e7c6ecfadb --- /dev/null +++ b/app-office/lxbank/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-office/lxbank +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/lxbank/ChangeLog,v 1.1 2003/06/22 19:49:45 hanno Exp $ + +*lxbank-0.1.6 (22 Jun 2003) + + 22 Jun 2003; Hanno Boeck lxbank-0.1.6.ebuild: + lxbank is a homebanking tool using openhbci. + diff --git a/app-office/lxbank/Manifest b/app-office/lxbank/Manifest index b6005032fd7e..f258150af336 100644 --- a/app-office/lxbank/Manifest +++ b/app-office/lxbank/Manifest @@ -1,2 +1,3 @@ -MD5 c280456ef3aa6d45e2d74dede5279e8f lxbank-0.1.6.ebuild 516 +MD5 9dd272b822dd858e0e5c1d51c2e34b98 lxbank-0.1.6.ebuild 646 +MD5 45cec3b20b6e8afdc5ecb0531198f331 ChangeLog 359 MD5 0461c750f2207ee0ffb0dcd4532f14f3 files/digest-lxbank-0.1.6 64 diff --git a/app-office/lxbank/files/digest-lxbank-0.1.6 b/app-office/lxbank/files/digest-lxbank-0.1.6 new file mode 100644 index 000000000000..6e58fce7a1ae --- /dev/null +++ b/app-office/lxbank/files/digest-lxbank-0.1.6 @@ -0,0 +1 @@ +MD5 582672a1cb562a68396ba217069219e9 lxbank-0.1.6.tar.gz 605822 diff --git a/app-office/lxbank/lxbank-0.1.6.ebuild b/app-office/lxbank/lxbank-0.1.6.ebuild new file mode 100644 index 000000000000..a853e53494fc --- /dev/null +++ b/app-office/lxbank/lxbank-0.1.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/lxbank/lxbank-0.1.6.ebuild,v 1.1 2003/06/22 19:49:45 hanno Exp $ + +DESCRIPTION="Graphical HBCI online banking tool" +HOMEPAGE="http://lxbank.sourceforge.net/" +SRC_URI="mirror://sourceforge/lxbank/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=net-libs/openhbci-0.9.11 + >=x11-libs/qt-3.0.5 + >=sys-libs/libchipcard-0.9 + app-misc/ktoblzcheck" + +src_compile() { + econf --with-qt-includes=/usr/qt/3/include/ || die + emake || die +} + +src_install() { + einstall || die +} -- cgit v1.2.3-65-gdbad