diff options
Diffstat (limited to 'net-libs/openhbci/openhbci-0.9.9.ebuild')
-rw-r--r-- | net-libs/openhbci/openhbci-0.9.9.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-libs/openhbci/openhbci-0.9.9.ebuild b/net-libs/openhbci/openhbci-0.9.9.ebuild new file mode 100644 index 000000000000..ed2601401ad1 --- /dev/null +++ b/net-libs/openhbci/openhbci-0.9.9.ebuild @@ -0,0 +1,18 @@ +# 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.9.ebuild,v 1.1 2003/04/28 01:45:47 liquidx 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" + +src_install() { + make DESTDIR=${D} install || die +} |