# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="Texas Holdem Poker" HOMEPAGE="http://www.pokerth.net/" SRC_URI="mirror://sourceforge/pokerth/PokerTH-0.5-src.tar.bz2" LICENSE="GPL2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/qt-4.2.3-r1 >=dev-libs/openssl-0.9.8d >=dev-libs/boost-1.33.1-r1 >=media-libs/libsdl-1.2.11-r2 >=media-libs/sdl-mixer-1.2.7" RDEPEND="" inherit qt4 src_compile() { qmake -o Makefile pokerth.pro emake } src_install() { dobin bin/pokerth dodoc TODO docs/net_protocol.txt dodir /usr/share/pixmaps cp pokerth.png ${D}/usr/share/pixmaps/ make_desktop_entry pokerth "PokerTH - Poker Texas Holdem" pokerth.png Game }