Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188952 - PokerTH-0.5 (new ebuild)
Summary: PokerTH-0.5 (new ebuild)
Status: RESOLVED DUPLICATE of bug 169238
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-15 08:37 UTC by alphy aka icefox
Modified: 2007-08-15 08:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (PokerTH-0.5.ebuild,764 bytes, text/plain)
2007-08-15 08:38 UTC, alphy aka icefox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alphy aka icefox 2007-08-15 08:37:24 UTC
New ebuild for games-misc/PokerTH   PokerTH-0.5

Reproducible: Always




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
}
Comment 1 alphy aka icefox 2007-08-15 08:38:15 UTC
Created attachment 128147 [details]
ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-08-15 08:54:28 UTC

*** This bug has been marked as a duplicate of bug 169238 ***