diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-13 00:26:31 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:26:31 +0200 |
commit | 6e95b0d1e26d3ac53c0badf5b3e3d248dd3f7f3a (patch) | |
tree | db16b0b248fd2622cb25f30b8a21164861351a6e /games/jzintv/jzintv.SlackBuild | |
parent | 44a9e3c4b0815017469ce92ef9af076e61e82d2f (diff) | |
download | slackbuilds-6e95b0d1e26d3ac53c0badf5b3e3d248dd3f7f3a.tar.gz |
games/jzintv: Updated for version 1.0_beta3
Diffstat (limited to 'games/jzintv/jzintv.SlackBuild')
-rw-r--r-- | games/jzintv/jzintv.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/jzintv/jzintv.SlackBuild b/games/jzintv/jzintv.SlackBuild index cbff9cf246..75e0286014 100644 --- a/games/jzintv/jzintv.SlackBuild +++ b/games/jzintv/jzintv.SlackBuild @@ -19,10 +19,13 @@ SRCVER=$(echo $VERSION | sed 's/_/-/') if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -e @@ -69,4 +72,4 @@ mkdir -p $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} |