mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
games/pokerth: Updated for version 1.0.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
2fd9cffbe1
commit
ead6125e86
4 changed files with 7 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
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
|
||||
PokerTH is a poker game written in C++/QT4. You can play the popular
|
||||
"Texas Hold'em" poker variant against up to ten computer-opponents or
|
||||
play network games with people all over the world.
|
||||
This package will include the PokerTH server.
|
||||
|
|
|
@ -24,11 +24,9 @@
|
|||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Modified by SlackBuilds.org
|
||||
|
||||
PRGNAM=pokerth
|
||||
SRCNAM=PokerTH
|
||||
VERSION=1.0
|
||||
VERSION=1.0.1
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pokerth"
|
||||
VERSION="1.0"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="http://www.pokerth.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pokerth/PokerTH-1.0-src.tar.bz2"
|
||||
MD5SUM="1d8686b8968475cfc76e873a17a53efc"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pokerth/PokerTH-1.0.1-src.tar.bz2"
|
||||
MD5SUM="c6dcf0ed68ab50af91371348ffad5d00"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgsasl libircclient tinyxml protobuf"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
pokerth: PokerTH (A poker game)
|
||||
pokerth:
|
||||
pokerth: PokerTH is a poker game written in C++/QT4. You can play the
|
||||
pokerth: popular "Texas Hold'em" poker variant against up to six
|
||||
pokerth: popular "Texas Hold'em" poker variant against up to ten
|
||||
pokerth: computer-opponents or play network games with people all over
|
||||
pokerth: the world. This poker engine is available for Linux, Windows,
|
||||
pokerth: and MacOSX.
|
||||
|
|
Loading…
Reference in a new issue