diff options
author | Hanno Böck <hanno@gentoo.org> | 2005-01-13 12:33:47 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2005-01-13 12:33:47 +0000 |
commit | 7a17b17c671b494b8b6636977d683ece0a0f2a14 (patch) | |
tree | 15008b2c5d8682af3159eb93ec6becd9240a7298 /net-libs | |
parent | New upstream release. (Manifest recommit) (diff) | |
download | gentoo-2-7a17b17c671b494b8b6636977d683ece0a0f2a14.tar.gz gentoo-2-7a17b17c671b494b8b6636977d683ece0a0f2a14.tar.bz2 gentoo-2-7a17b17c671b494b8b6636977d683ece0a0f2a14.zip |
added aqhbci-rsacard
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/aqhbci-rsacard/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/aqhbci-rsacard/aqhbci-rsacard-0.9.1_beta.ebuild | 24 | ||||
-rw-r--r-- | net-libs/aqhbci-rsacard/files/digest-aqhbci-rsacard-0.9.1_beta | 1 | ||||
-rw-r--r-- | net-libs/aqhbci-rsacard/metadata.xml | 6 |
4 files changed, 41 insertions, 0 deletions
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 <hanno@gentoo.org> + +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer><email>hanno@gentoo.org</email></maintainer> +</pkgmetadata> |