blob: 9a9426f41ed49f3b570ed393b3ea707837f627f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.1.5.ebuild,v 1.1 2003/11/18 17:08:19 vapier Exp $
inherit games
DESCRIPTION="3D curling simulation"
HOMEPAGE="http://stoned.cute-ninjas.com/"
SRC_URI="http://stoned.cute-ninjas.com/download/${P}-i386-linux.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
}
|