# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="a client to play GO over internet" HOMEPAGE="http://vizigo.sourceforge.net/" SRC_URI="http://vizigo.sourceforge.net/vizigo-sources-${PV}.tgz" RDEPEND="virtual/x11" DEPEND="${RDEPEND} sys-devel/automake sys-devel/autoconf" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" S=${WORKDIR}/vizigo-sources src_compile() { ./build.sh } src_install () { dogamesbin vizigo/vizigo || die "dogamesbin failed" dodoc vizigo/{vizigorc.example,CHANGELOG,README,TODO} prepgamesdirs }