# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned/stoned-1.0.4.ebuild,v 1.2 2003/09/16 19:13:50 vapier Exp $ inherit games DESCRIPTION="3D curling simulation" HOMEPAGE="http://www.webhome.de/stoned/" SRC_URI="http://www.webhome.de/stoned/download/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="-* x86" RDEPEND="virtual/opengl virtual/glut media-libs/sdl-net" src_install() { into ${GAMES_PREFIX_OPT} dobin stoned dodoc FAQ README prepgamesdirs }