diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-13 00:27:33 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:27:33 +0200 |
commit | e899983bd53104d9f4e9ed3be78d3e05fabd6257 (patch) | |
tree | 3dbb75960b2aaf2680792f9084137cf20eabc4ce | |
parent | db12e54d7dc99298610ec7c478bb817f371dd032 (diff) | |
download | slackbuilds-e899983bd53104d9f4e9ed3be78d3e05fabd6257.tar.gz |
games/wormux: Updated for version 0.8.5
-rw-r--r-- | games/wormux/wormux.SlackBuild | 14 | ||||
-rw-r--r-- | games/wormux/wormux.info | 12 |
2 files changed, 16 insertions, 10 deletions
diff --git a/games/wormux/wormux.SlackBuild b/games/wormux/wormux.SlackBuild index ab0e9c1a7a..aa45790b73 100644 --- a/games/wormux/wormux.SlackBuild +++ b/games/wormux/wormux.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for wormux # Copyright 2007 Adnan Hodzic aka AbsintheSyringe <AbsintheSyringe@gmail.com> -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # Modified by the SlackBuilds.org project PRGNAM=wormux -VERSION=0.8.3 +VERSION=0.8.5 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -38,10 +38,13 @@ OUTPUT=${OUTPUT:-/tmp} 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 @@ -59,14 +62,15 @@ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ + --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --program-prefix="" \ --program-suffix="" \ --enable-fribidi \ - --build=$ARCH-slackware-linux \ - --host=$ARCH-slackware-linux + --enable-servers \ + --build=$ARCH-slackware-linux make make install DESTDIR=$PKG @@ -88,4 +92,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -p -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/wormux/wormux.info b/games/wormux/wormux.info index 5f8c25af50..9c09436d80 100644 --- a/games/wormux/wormux.info +++ b/games/wormux/wormux.info @@ -1,8 +1,10 @@ PRGNAM="wormux" -VERSION="0.8.3" +VERSION="0.8.5" HOMEPAGE="http://wormux.org/wiki/en/index.php" -DOWNLOAD="http://download.gna.org/wormux/wormux-0.8.3.tar.bz2" -MD5SUM="c4235a844ad9f7337f1a8da2c5c1b820" -MAINTAINER="ppr:kut" +DOWNLOAD="http://download.gna.org/wormux/wormux-0.8.5.tar.bz2" +MD5SUM="e349893a46ece08533f4e393c82adeef" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="dsomero" +APPROVED="Erik Hanson" |