diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-12-23 02:56:18 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-12-23 02:56:18 +0000 |
commit | b6bea4c1b0e080100e824459092ebc6a9de77543 (patch) | |
tree | 8d773bdb35d926d5bdfe7d405093f70587eb5bdc /net-libs | |
parent | Stable on amd64, bug 75201. (Manifest recommit) (diff) | |
download | gentoo-2-b6bea4c1b0e080100e824459092ebc6a9de77543.tar.gz gentoo-2-b6bea4c1b0e080100e824459092ebc6a9de77543.tar.bz2 gentoo-2-b6bea4c1b0e080100e824459092ebc6a9de77543.zip |
initial aqhbci-ddvcard ebuild
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/aqhbci-ddvcard/ChangeLog | 10 | ||||
-rw-r--r-- | net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild | 24 | ||||
-rw-r--r-- | net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta | 1 | ||||
-rw-r--r-- | net-libs/aqhbci-ddvcard/metadata.xml | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/net-libs/aqhbci-ddvcard/ChangeLog b/net-libs/aqhbci-ddvcard/ChangeLog new file mode 100644 index 000000000000..7361d843906f --- /dev/null +++ b/net-libs/aqhbci-ddvcard/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-libs/aqhbci-ddvcard +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-ddvcard/ChangeLog,v 1.1 2004/12/23 02:56:18 hanno Exp $ + +*aqhbci-ddvcard-0.9.4_beta (23 Dec 2004) + + 23 Dec 2004; Hanno Boeck <hanno@gentoo.org> + +aqhbci-ddvcard-0.9.4_beta.ebuild: + Initial commit (from bug #44720). + diff --git a/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild b/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild new file mode 100644 index 000000000000..47f90554277c --- /dev/null +++ b/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-ddvcard/aqhbci-ddvcard-0.9.4_beta.ebuild,v 1.1 2004/12/23 02:56:18 hanno Exp $ + +DESCRIPTION="DDV-Card plugin for aqhbci" +HOMEPAGE="http://www.aquamaniac.de/aqbanking/" +SRC_URI="mirror://sourceforge/aqhbci/${PN/-/_}-${PV/_/}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="debug" +DEPEND="net-libs/aqhbci + sys-libs/chipcard-client" +S=${WORKDIR}/${PN/-/_}-${PV/_/} + +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-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta b/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta new file mode 100644 index 000000000000..5bd9d937dd52 --- /dev/null +++ b/net-libs/aqhbci-ddvcard/files/digest-aqhbci-ddvcard-0.9.4_beta @@ -0,0 +1 @@ +MD5 bb22a74fb752282270fae58e429b5d94 aqhbci_ddvcard-0.9.4beta.tar.gz 321724 diff --git a/net-libs/aqhbci-ddvcard/metadata.xml b/net-libs/aqhbci-ddvcard/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/net-libs/aqhbci-ddvcard/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> |