summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Marcel Saegebarth2010-10-18 03:21:57 +0200
committer Michiel van Wessem2010-10-18 03:21:57 +0200
commitdaa08e1ee7c662b1187f0eb6b27ec30ef8e24695 (patch)
treefe061d4e49dc9c269341de3fab70ccfdbb0ace78
parent63467981673164475b96d463bf86b90cba51b4eb (diff)
downloadslackbuilds-daa08e1ee7c662b1187f0eb6b27ec30ef8e24695.tar.gz
games/pokerth: Updated for version 0.8
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
-rw-r--r--games/pokerth/README11
-rw-r--r--games/pokerth/pokerth.SlackBuild4
-rw-r--r--games/pokerth/pokerth.info10
3 files changed, 12 insertions, 13 deletions
diff --git a/games/pokerth/README b/games/pokerth/README
index 78b60b8cf3..5668620e8e 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 e81a51cfeb..7913e5e16e 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 991e0b7704..6076f5b597 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"