diff options
author | Hanno Boeck <hanno@gentoo.org> | 2003-08-28 21:26:04 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2003-08-28 21:26:04 +0000 |
commit | 05cbe222380a44bb4bf884178ad2de3b52dad7c0 (patch) | |
tree | 6d7f60b0387d13fc602a02c86835f2ee998fb384 /net-libs/openhbci | |
parent | openhbci-0.9.13 (diff) | |
download | historical-05cbe222380a44bb4bf884178ad2de3b52dad7c0.tar.gz historical-05cbe222380a44bb4bf884178ad2de3b52dad7c0.tar.bz2 historical-05cbe222380a44bb4bf884178ad2de3b52dad7c0.zip |
openhbci-0.9.13
Diffstat (limited to 'net-libs/openhbci')
-rw-r--r-- | net-libs/openhbci/Manifest | 4 | ||||
-rw-r--r-- | net-libs/openhbci/files/digest-openhbci-0.9.13 | 1 | ||||
-rw-r--r-- | net-libs/openhbci/openhbci-0.9.13.ebuild | 25 |
3 files changed, 28 insertions, 2 deletions
diff --git a/net-libs/openhbci/Manifest b/net-libs/openhbci/Manifest index 60462abba4f0..33859814f4c7 100644 --- a/net-libs/openhbci/Manifest +++ b/net-libs/openhbci/Manifest @@ -1,10 +1,10 @@ -MD5 cb623c2e4525add15a19815dd6090fd2 ChangeLog 1155 +MD5 2c854e387974dba543cd011f48e4d320 ChangeLog 1155 MD5 acdd4cd175c9b1b97878beb53e3855e6 openhbci-0.9.11.ebuild 718 MD5 01cb2f993a762c531c6826a398de5d84 openhbci-0.9.9-r1.ebuild 785 MD5 3d08633a96d6d37aba149d67e0f97608 openhbci-0.9.9.ebuild 716 MD5 4c1c1e710ea77d8d7db9906084c4228d metadata.xml 215 MD5 5da2ce71c9b9120effa5e399ebb1b78e openhbci-0.9.12.ebuild 719 -MD5 5da2ce71c9b9120effa5e399ebb1b78e openhbci-0.9.13.ebuild 719 +MD5 fe5f9ac7c2ee50dbfec645339c678297 openhbci-0.9.13.ebuild 719 MD5 115c180aad21ec1289636e0b83fd164f files/digest-openhbci-0.9.11 67 MD5 67fa7d943ed9c7c7e3282e8421d53530 files/digest-openhbci-0.9.9 66 MD5 67fa7d943ed9c7c7e3282e8421d53530 files/digest-openhbci-0.9.9-r1 66 diff --git a/net-libs/openhbci/files/digest-openhbci-0.9.13 b/net-libs/openhbci/files/digest-openhbci-0.9.13 new file mode 100644 index 000000000000..0cbaf9f515f0 --- /dev/null +++ b/net-libs/openhbci/files/digest-openhbci-0.9.13 @@ -0,0 +1 @@ +MD5 725605239b260ba04c808a9a280d6e85 openhbci-0.9.13.tar.gz 638799 diff --git a/net-libs/openhbci/openhbci-0.9.13.ebuild b/net-libs/openhbci/openhbci-0.9.13.ebuild new file mode 100644 index 000000000000..35741bd6ac8d --- /dev/null +++ b/net-libs/openhbci/openhbci-0.9.13.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 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.13.ebuild,v 1.1 2003/08/28 21:25:58 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" +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 +} |