diff options
Diffstat (limited to 'app-misc/aqmoney/aqmoney-0.6.2.ebuild')
-rw-r--r-- | app-misc/aqmoney/aqmoney-0.6.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/aqmoney/aqmoney-0.6.2.ebuild b/app-misc/aqmoney/aqmoney-0.6.2.ebuild index a588175654b7..5dee7f33c5f5 100644 --- a/app-misc/aqmoney/aqmoney-0.6.2.ebuild +++ b/app-misc/aqmoney/aqmoney-0.6.2.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/aqmoney-0.6.2.ebuild,v 1.2 2003/10/27 15:42:41 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/aqmoney-0.6.2.ebuild,v 1.3 2004/03/14 10:48:30 mr_bones_ Exp $ DESCRIPTION="Textmode HBCI online banking tool" HOMEPAGE="http://aqmoney.sourceforge.net/" SRC_URI="mirror://sourceforge/aqmoney/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" + DEPEND=">=net-libs/openhbci-0.9.12" -S=${WORKDIR}/${P} src_compile() { econf || die |