diff options
-rw-r--r-- | games/torcs/torcs.SlackBuild | 2 | ||||
-rw-r--r-- | games/torcs/torcs.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/torcs/torcs.SlackBuild b/games/torcs/torcs.SlackBuild index 53f9757c60..29e6bf0143 100644 --- a/games/torcs/torcs.SlackBuild +++ b/games/torcs/torcs.SlackBuild @@ -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} diff --git a/games/torcs/torcs.info b/games/torcs/torcs.info index 965f934293..26f4382723 100644 --- a/games/torcs/torcs.info +++ b/games/torcs/torcs.info @@ -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" |