# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Frontend for the Kiseido Go Server and SGF editor" SRC_URI="http://kgs.kiseido.com/cgoban-unix-${PV}.tar.gz" HOMEPAGE="http://kgs.kiseido.com/en_US/download.html" KEYWORDS="x86 ppc sparc sparc64 alpha" LICENSE="GPL-2" SLOT="0" DEPEND="virtual/glibc virtual/x11 virtual/jre" S=$WORKDIR/cgoban src_compile() { echo -e "#!/bin/sh\njava -jar $DESTTREE/share/cgoban/lib/cgoban.jar \$*" > cgoban } src_install() { dobin cgoban dojar cgoban.jar }