summaryrefslogtreecommitdiffstats
path: root/games/pokerth/pokerth.SlackBuild
diff options
context:
space:
mode:
author Marcel Saegebarth2010-05-13 00:26:54 +0200
committer David Somero2010-05-13 00:26:54 +0200
commit961538020c8e9d014703db5a7b5c20a2b2b1e48d (patch)
tree9ed37b0e22dfb28783265ef05e113955fef02ddc /games/pokerth/pokerth.SlackBuild
parente1971b67de34e68cb616e39604f183351b361120 (diff)
downloadslackbuilds-961538020c8e9d014703db5a7b5c20a2b2b1e48d.tar.gz
games/pokerth: Updated for version 0.7
Diffstat (limited to 'games/pokerth/pokerth.SlackBuild')
-rw-r--r--games/pokerth/pokerth.SlackBuild9
1 files changed, 4 insertions, 5 deletions
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}