# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvs/pokersource/pypoker-eval/gentoo/dev-games/pypoker-eval/pypoker-eval-131.0-r1.ebuild,v 1.4 2006/06/09 09:18:33 cpinson Exp $ inherit eutils DESCRIPTION="python binding for poker-eval" HOMEPAGE="http://gna.org/projects/pokersource" MY_P="${PN}-${PV}.tar.gz" SRC_URI="http://download.gna.org/pokersource/sources/${MY_P}" restrict="mirror" SLOT="0" LICENSE="GPL-2.1" KEYWORDS="x86 amd64" IUSE="" #DEPEND="=dev-games/poker-eval-${PV}-${PR} virtual/python" DEPEND="=dev-games/poker-eval-${PV}-${PR}" src_install () { make install DESTDIR=${D} || die "einstall failed" }