# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="A cross platform personal finance application written in Java"
HOMEPAGE="http://jgnash.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.jar"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

RDEPEND=">=virtual/jre-1.4"

src_install() {
	newbin ${FILESDIR}/${PN}.sh ${PN}
	insinto /usr/lib
	newins ${DISTDIR}/${A} ${PN}.jar
}