games/pokerth: Updated for version 0.8
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
This commit is contained in:
parent
6346798167
commit
daa08e1ee7
|
@ -1,7 +1,6 @@
|
|||
PokerTH is a poker game written in C++/QT4. You can play the
|
||||
popular "Texas Hold'em" poker variant against up to six
|
||||
computer-opponents or play network games with people all over
|
||||
the world. This poker engine is available for Linux, Windows,
|
||||
and MacOSX.
|
||||
PokerTH is a poker game written in C++/QT4. You can play the popular
|
||||
"Texas Hold'em" poker variant against up to six computer-opponents or
|
||||
play network games with people all over the world. This package will
|
||||
include the PokerTH server.
|
||||
|
||||
The build package will include the PokerTH server.
|
||||
This requires libgsasl.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SlackBuild script for "PokerTH".
|
||||
# Copyright 2009-2010 Marcel Saegebarth <tsa@gmx.li>
|
||||
# Copyright 2009-2010 Marcel Saegebarth <marc@mos6581.de>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -27,7 +27,7 @@
|
|||
|
||||
PRGNAM=pokerth
|
||||
SRCNAM=PokerTH
|
||||
VERSION=0.7.1
|
||||
VERSION=0.8
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pokerth"
|
||||
VERSION="0.7.1"
|
||||
VERSION="0.8"
|
||||
HOMEPAGE="http://www.pokerth.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.7.1-src.tar.bz2"
|
||||
MD5SUM="a26a369bf3aa4b6ed92d0cadacb626e5"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.8-src.tar.bz2"
|
||||
MD5SUM="10fe37cb8c5807e687e8296ec298e231"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Marcel Saegebarth"
|
||||
EMAIL="tsa@gmx.li"
|
||||
APPROVED="Erik Hanson"
|
||||
EMAIL="marc@mos6581.de"
|
||||
APPROVED="michiel"
|
||||
|
|
Loading…
Reference in New Issue