games/polyglot: Updated for version 1.4

This commit is contained in:
Marco Pessotto 2010-05-13 00:26:55 +02:00 committed by Robby Workman
parent 961538020c
commit e2483b9609
2 changed files with 6 additions and 1 deletions

View File

@ -21,10 +21,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 # Exit on most errors
@ -61,4 +64,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}

View File

@ -2,7 +2,9 @@ PRGNAM="polyglot"
VERSION="1.4"
HOMEPAGE="http://wbec-ridderkerk.nl"
DOWNLOAD="http://wbec-ridderkerk.nl/html/downloada/fruit/polyglot_14.zip"
DOWNLOAD_x86_64=""
MD5SUM="271122a78952f95e75ba1c75916cf864"
MD5SUM_x86_64=""
MAINTAINER="Marco Pessotto"
EMAIL="melmothx@gmail.com"
APPROVED="rworkman"