From 7a17b17c671b494b8b6636977d683ece0a0f2a14 Mon Sep 17 00:00:00 2001 From: Hanno Böck Date: Thu, 13 Jan 2005 12:33:47 +0000 Subject: added aqhbci-rsacard --- net-libs/aqhbci-rsacard/ChangeLog | 10 +++++++++ .../aqhbci-rsacard-0.9.1_beta.ebuild | 24 ++++++++++++++++++++++ .../files/digest-aqhbci-rsacard-0.9.1_beta | 1 + net-libs/aqhbci-rsacard/metadata.xml | 6 ++++++ 4 files changed, 41 insertions(+) create mode 100644 net-libs/aqhbci-rsacard/ChangeLog create mode 100644 net-libs/aqhbci-rsacard/aqhbci-rsacard-0.9.1_beta.ebuild create mode 100644 net-libs/aqhbci-rsacard/files/digest-aqhbci-rsacard-0.9.1_beta create mode 100644 net-libs/aqhbci-rsacard/metadata.xml (limited to 'net-libs/aqhbci-rsacard') diff --git a/net-libs/aqhbci-rsacard/ChangeLog b/net-libs/aqhbci-rsacard/ChangeLog new file mode 100644 index 000000000000..c74b09dee615 --- /dev/null +++ b/net-libs/aqhbci-rsacard/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/aqhbci-rsacard +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-rsacard/ChangeLog,v 1.1 2005/01/13 12:33:47 hanno Exp $ + +*aqhbci-rsacard-0.9.1_beta (13 Jan 2005) + + 13 Jan 2005; Hanno Boeck + +aqhbci-rsacard-0.9.1_beta.ebuild: + Added RSA-Card-Plugin for aqhbci. + diff --git a/net-libs/aqhbci-rsacard/aqhbci-rsacard-0.9.1_beta.ebuild b/net-libs/aqhbci-rsacard/aqhbci-rsacard-0.9.1_beta.ebuild new file mode 100644 index 000000000000..73962e1ee4a4 --- /dev/null +++ b/net-libs/aqhbci-rsacard/aqhbci-rsacard-0.9.1_beta.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-rsacard/aqhbci-rsacard-0.9.1_beta.ebuild,v 1.1 2005/01/13 12:33:47 hanno Exp $ + +DESCRIPTION="RSA-Card plugin for aqhbci" +HOMEPAGE="http://www.aquamaniac.de/aqbanking/" +SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="debug" +DEPEND=">=net-libs/aqhbci-0.9.6_beta + sys-libs/chipcard-client" +S=${WORKDIR}/${P/_/} + +src_compile() { + econf `use_enable debug` || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS ChangeLog +} diff --git a/net-libs/aqhbci-rsacard/files/digest-aqhbci-rsacard-0.9.1_beta b/net-libs/aqhbci-rsacard/files/digest-aqhbci-rsacard-0.9.1_beta new file mode 100644 index 000000000000..c617fa57a944 --- /dev/null +++ b/net-libs/aqhbci-rsacard/files/digest-aqhbci-rsacard-0.9.1_beta @@ -0,0 +1 @@ +MD5 8970270dde26c23b5d8eab4d88c8ad7d aqhbci-rsacard-0.9.1beta.tar.gz 329972 diff --git a/net-libs/aqhbci-rsacard/metadata.xml b/net-libs/aqhbci-rsacard/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/net-libs/aqhbci-rsacard/metadata.xml @@ -0,0 +1,6 @@ + + + +no-herd +hanno@gentoo.org + -- cgit v1.2.3-65-gdbad