diff options
author | Marcel Saegebarth <tsa@gmx.li> | 2010-05-13 00:26:54 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:26:54 +0200 |
commit | 961538020c8e9d014703db5a7b5c20a2b2b1e48d (patch) | |
tree | 9ed37b0e22dfb28783265ef05e113955fef02ddc /games/pokerth/pokerth.SlackBuild | |
parent | e1971b67de34e68cb616e39604f183351b361120 (diff) | |
download | slackbuilds-961538020c8e9d014703db5a7b5c20a2b2b1e48d.tar.gz |
games/pokerth: Updated for version 0.7
Diffstat (limited to 'games/pokerth/pokerth.SlackBuild')
-rw-r--r-- | games/pokerth/pokerth.SlackBuild | 9 |
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} |