summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2003-06-22 19:50:13 +0000
committerHanno Boeck <hanno@gentoo.org>2003-06-22 19:50:13 +0000
commite7f6ca6506fa44d343fd7255f6d6c0b052a74d69 (patch)
tree36bed91cb56de96bd4f9d3d8492174e47a2d96b5 /app-office
parentadded lxbank ebuild (diff)
downloadhistorical-e7f6ca6506fa44d343fd7255f6d6c0b052a74d69.tar.gz
historical-e7f6ca6506fa44d343fd7255f6d6c0b052a74d69.tar.bz2
historical-e7f6ca6506fa44d343fd7255f6d6c0b052a74d69.zip
added lxbank ebuild
Diffstat (limited to 'app-office')
-rw-r--r--app-office/lxbank/Manifest3
-rw-r--r--app-office/lxbank/files/digest-lxbank-0.1.61
-rw-r--r--app-office/lxbank/lxbank-0.1.6.ebuild24
3 files changed, 27 insertions, 1 deletions
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
+}