summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/pokerth/README3
-rw-r--r--games/pokerth/pokerth.SlackBuild9
-rw-r--r--games/pokerth/pokerth.info2
3 files changed, 6 insertions, 8 deletions
diff --git a/games/pokerth/README b/games/pokerth/README
index 2ede7bdd17..78b60b8cf3 100644
--- a/games/pokerth/README
+++ b/games/pokerth/README
@@ -5,6 +5,3 @@ the world. This poker engine is available for Linux, Windows,
and MacOSX.
The build package will include the PokerTH server.
-
-PokerTH needs QT4 and Boost to compile.
-The required SlackBuild scripts are available at SlackBuilds.org.
diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild
index 304bd0027e..da18ba11a2 100644
--- a/games/pokerth/pokerth.SlackBuild
+++ b/games/pokerth/pokerth.SlackBuild
@@ -60,11 +60,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-qmake-qt4 pokerth.pro
+qmake pokerth.pro
-CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
-make
+# We'd need to sed the CFLAGS in, but it should be fine as is...
+make #CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS"
make install DESTDIR=$PKG INSTALL_ROOT=$PKG
mkdir -p $PKG/usr/bin
@@ -80,4 +79,4 @@ mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/games/pokerth/pokerth.info b/games/pokerth/pokerth.info
index 5acd59c35d..ede9d13413 100644
--- a/games/pokerth/pokerth.info
+++ b/games/pokerth/pokerth.info
@@ -2,7 +2,9 @@ PRGNAM="pokerth"
VERSION="0.7"
HOMEPAGE="http://www.pokerth.net"
DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.7-src.tar.bz2"
+DOWNLOAD_x86_64=""
MD5SUM="bbac2f4c6f55a74c1cd8c25622cea42c"
+MD5SUM_x86_64=""
MAINTAINER="Marcel Saegebarth"
EMAIL="tsa@gmx.li"
APPROVED="dsomero"