diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2010-10-17 20:21:57 -0500 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-10-17 20:21:57 -0500 |
commit | daa08e1ee7c662b1187f0eb6b27ec30ef8e24695 (patch) | |
tree | fe061d4e49dc9c269341de3fab70ccfdbb0ace78 /games/pokerth | |
parent | 63467981673164475b96d463bf86b90cba51b4eb (diff) |
games/pokerth: Updated for version 0.8
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'games/pokerth')
-rw-r--r-- | games/pokerth/README | 11 | ||||
-rw-r--r-- | games/pokerth/pokerth.SlackBuild | 4 | ||||
-rw-r--r-- | games/pokerth/pokerth.info | 10 |
3 files changed, 12 insertions, 13 deletions
diff --git a/games/pokerth/README b/games/pokerth/README index 78b60b8cf354..5668620e8ede 100644 --- a/games/pokerth/README +++ b/games/pokerth/README @@ -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. diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index e81a51cfebdd..7913e5e16e0d 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -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} diff --git a/games/pokerth/pokerth.info b/games/pokerth/pokerth.info index 991e0b7704ce..6076f5b597ff 100644 --- a/games/pokerth/pokerth.info +++ b/games/pokerth/pokerth.info @@ -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" |