games/torcs: Updated for version 1.3.1

This commit is contained in:
B. Watson 2010-05-13 00:27:20 +02:00 committed by Robby Workman
parent 89dafba177
commit 4a36e05954
2 changed files with 3 additions and 1 deletions

View file

@ -92,4 +92,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
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="torcs"
VERSION="1.3.1"
HOMEPAGE="http://torcs.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/torcs/torcs-1.3.1.tar.bz2"
DOWNLOAD_x86_64=""
MD5SUM="f3efd94fb52e9963e176bf441cdab7b3"
MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="rworkman"