# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PN="RubyGo" MY_P="${MY_PN}-${PV}" S="${WORKDIR}/${MY_PN}" DESCRIPTION="Play Go on the Internet" HOMEPAGE="http://rubygo.rubyforge.org/" SRC_URI="http://rubygo.rubyforge.org/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/ruby" src_compile() { return } src_install() { dodir /usr/share/RubyGo cp -rp help images lib problems sounds ${D}/usr/share/RubyGo cp players_list *png ${D}/usr/share/RubyGo sed -e "s,\(INSTALL_DIR=\).*,\1/usr/share," bin/rubygo.sh >${T}/rubygo dobin ${T}/rubygo dodoc *.txt }