summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2004-01-14 20:14:32 +0000
committerHanno Böck <hanno@gentoo.org>2004-01-14 20:14:32 +0000
commit692f756c2066d4323b555f94b3b19fa78d1ae0b7 (patch)
tree73ef33d70aea5812b7367b498f601d6e1a5cd7ac /net-libs/openhbci
parentadded ~sparc (diff)
downloadgentoo-2-692f756c2066d4323b555f94b3b19fa78d1ae0b7.tar.gz
gentoo-2-692f756c2066d4323b555f94b3b19fa78d1ae0b7.tar.bz2
gentoo-2-692f756c2066d4323b555f94b3b19fa78d1ae0b7.zip
openhbci update
Diffstat (limited to 'net-libs/openhbci')
-rw-r--r--net-libs/openhbci/ChangeLog7
-rw-r--r--net-libs/openhbci/files/digest-openhbci-0.9.141
-rw-r--r--net-libs/openhbci/openhbci-0.9.14.ebuild25
3 files changed, 32 insertions, 1 deletions
diff --git a/net-libs/openhbci/ChangeLog b/net-libs/openhbci/ChangeLog
index 8c4e80c93b6a..a072b0c8bc25 100644
--- a/net-libs/openhbci/ChangeLog
+++ b/net-libs/openhbci/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/openhbci
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci/ChangeLog,v 1.7 2004/01/09 22:56:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci/ChangeLog,v 1.8 2004/01/14 20:14:32 hanno Exp $
+
+*openhbci-0.9.14 (14 Jan 2004)
+
+ 14 Jan 2004; Hanno Boeck <hanno@gentoo.org> openhbci-0.9.14.ebuild:
+ Version bump.
09 Jan 2004; Aron Griffis <agriffis@gentoo.org> openhbci-0.9.13.ebuild:
stable on alpha
diff --git a/net-libs/openhbci/files/digest-openhbci-0.9.14 b/net-libs/openhbci/files/digest-openhbci-0.9.14
new file mode 100644
index 000000000000..f9f8b93be8da
--- /dev/null
+++ b/net-libs/openhbci/files/digest-openhbci-0.9.14
@@ -0,0 +1 @@
+MD5 ae97513913683dbb921c0391760a59b1 openhbci-0.9.14.tar.gz 736210
diff --git a/net-libs/openhbci/openhbci-0.9.14.ebuild b/net-libs/openhbci/openhbci-0.9.14.ebuild
new file mode 100644
index 000000000000..ae81d54ab95b
--- /dev/null
+++ b/net-libs/openhbci/openhbci-0.9.14.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/openhbci/openhbci-0.9.14.ebuild,v 1.1 2004/01/14 20:14:32 hanno Exp $
+
+DESCRIPTION="Implementation of the HBCI protocol used by some banks"
+HOMEPAGE="http://openhbci.sourceforge.net/"
+SRC_URI="mirror://sourceforge/openhbci/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86 ~alpha"
+IUSE=""
+
+DEPEND=">=dev-libs/openssl-0.9.6
+ >=sys-libs/libchipcard-0.8"
+
+src_compile() {
+ econf --with-chipcard=/usr || die "configure failed"
+ emake || die "parallel make failed"
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc AUTHORS README TODO
+}