# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="poker3d is a poker game in 3d" HOMEPAGE="http://www.pok3d.com" SRC_URI="http://pok3d.net/unstable/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=sys-devel/automake-1.9.0 dev-util/pkgconfig >=games-strategy/poker3d-data-1.1.36 x11-misc/xwnc >=dev-cpp/osgcal-0.1.46 >=media-libs/osgal-0.6.1 =dev-lang/python-2.4.4* >=media-gfx/openscenegraph-2.0 >=dev-games/poker-network-1.2.0 >=dev-games/pypoker-eval-134.0 dev-python/simplejson" RDEPEND="" src_unpack(){ unpack ${PN}_${PV}.orig.tar.gz } src_install(){ make install DESTDIR=${D} || die "einstall failed" }