diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-12-21 17:08:50 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-12-21 17:08:50 +0000 |
commit | 5e846927851d6fce058de12d57fbe93a939fe979 (patch) | |
tree | 185aa8b6d3db891e87aabd9f203845825c71945c /net-libs/aqhbci | |
parent | aqbanking ebuild added (Manifest recommit) (diff) | |
download | gentoo-2-5e846927851d6fce058de12d57fbe93a939fe979.tar.gz gentoo-2-5e846927851d6fce058de12d57fbe93a939fe979.tar.bz2 gentoo-2-5e846927851d6fce058de12d57fbe93a939fe979.zip |
aqhbci ebuild added
Diffstat (limited to 'net-libs/aqhbci')
-rw-r--r-- | net-libs/aqhbci/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild | 26 | ||||
-rw-r--r-- | net-libs/aqhbci/files/digest-aqhbci-0.9.14_beta | 1 | ||||
-rw-r--r-- | net-libs/aqhbci/metadata.xml | 6 |
4 files changed, 40 insertions, 0 deletions
diff --git a/net-libs/aqhbci/ChangeLog b/net-libs/aqhbci/ChangeLog new file mode 100644 index 000000000000..397e8ea40ecb --- /dev/null +++ b/net-libs/aqhbci/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for net-libs/aqhbci +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/ChangeLog,v 1.1 2004/12/21 17:08:50 hanno Exp $ + + 21 Dec 2004; Hanno Boeck <hanno@gentoo.org> aqhbci-0.9.14_beta.ebuild: + Initial commit (thanks to Florian Mueller in bug #72472). + diff --git a/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild b/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild new file mode 100644 index 000000000000..34a7c1dc2025 --- /dev/null +++ b/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci/aqhbci-0.9.14_beta.ebuild,v 1.1 2004/12/21 17:08:50 hanno Exp $ + +DESCRIPTION="HBCI backend for AqBanking" +HOMEPAGE="http://www.aqmaniac.de/aqbanking/" +SRC_URI="mirror://sourceforge/aqhbci/${P/_/}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="debug" +DEPEND=">=net-libs/aqbanking-0.9.6" +S=${WORKDIR}/${P/_/} + +# Fails with parallel make +MAKEOPTS="-j1" + +src_compile() { + econf `use_enable debug` || die + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + dodoc AUTHORS README TODO README COPYING NEWS +} diff --git a/net-libs/aqhbci/files/digest-aqhbci-0.9.14_beta b/net-libs/aqhbci/files/digest-aqhbci-0.9.14_beta new file mode 100644 index 000000000000..9435bf270f4b --- /dev/null +++ b/net-libs/aqhbci/files/digest-aqhbci-0.9.14_beta @@ -0,0 +1 @@ +MD5 08ad9c90370a1a46b7e468c1b918d957 aqhbci-0.9.14beta.tar.gz 562499 diff --git a/net-libs/aqhbci/metadata.xml b/net-libs/aqhbci/metadata.xml new file mode 100644 index 000000000000..efa54454de71 --- /dev/null +++ b/net-libs/aqhbci/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> |