diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 10:49:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 10:49:11 +0000 |
commit | 233d3753a2b3738628217f20e78154919135270a (patch) | |
tree | 8837c8938885bffd622877fb94049df52b68d07d /app-misc/aqmoney/aqmoney-0.6.1.ebuild | |
parent | Don't assign default to S; header fix (Manifest recommit) (diff) | |
download | gentoo-2-233d3753a2b3738628217f20e78154919135270a.tar.gz gentoo-2-233d3753a2b3738628217f20e78154919135270a.tar.bz2 gentoo-2-233d3753a2b3738628217f20e78154919135270a.zip |
Don't assign default to S; header fix
Diffstat (limited to 'app-misc/aqmoney/aqmoney-0.6.1.ebuild')
-rw-r--r-- | app-misc/aqmoney/aqmoney-0.6.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-misc/aqmoney/aqmoney-0.6.1.ebuild b/app-misc/aqmoney/aqmoney-0.6.1.ebuild index 44b29dc92eeb..ba6577275a49 100644 --- a/app-misc/aqmoney/aqmoney-0.6.1.ebuild +++ b/app-misc/aqmoney/aqmoney-0.6.1.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.1.ebuild,v 1.2 2003/07/11 19:30:24 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/aqmoney/aqmoney-0.6.1.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.11" -S=${WORKDIR}/${P} src_compile() { econf || die |