diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2012-12-20 12:26:11 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-20 12:26:24 +0100 |
commit | d3b9f557b91ab9a1cf9d2c9dc08b46e8ad5bf873 (patch) | |
tree | 8e80117984293e8088f2d0dc33bee510a4cd598e /games/pokerth/pokerth.SlackBuild | |
parent | 345e3708999abdf98c8deb2c8ff6de49a5a4a81e (diff) |
games/pokerth: Updated for version 0.9.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/pokerth/pokerth.SlackBuild')
-rw-r--r-- | games/pokerth/pokerth.SlackBuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index 5cb3fddf320b..63af6756b8b2 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh # SlackBuild script for "PokerTH". -# Copyright 2009-2011 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2009-2012 Marcel Saegebarth <marc@mos6581.de> +# Copyright 2012 Laurent Nardou <l.nardou@wanadoo.fr> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -27,7 +28,7 @@ PRGNAM=pokerth SRCNAM=PokerTH -VERSION=0.9.4 +VERSION=0.9.5 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,9 +68,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Fix for gcc-4.7.x -patch -p1 < $CWD/gcc47.patch - qmake pokerth.pro # We'd need to sed the CFLAGS in, but it should be fine as is... @@ -77,7 +75,6 @@ make #CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" make install DESTDIR=$PKG INSTALL_ROOT=$PKG mkdir -p $PKG/usr/bin -install -s -D -m 0755 $TMP/$SRCNAM-$VERSION-src/pokerth $PKG/usr/bin install -s -D -m 0755 $TMP/$SRCNAM-$VERSION-src/bin/pokerth_server $PKG/usr/bin mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |