diff options
author | Kyle Guinn <elyk03@gmail.com> | 2010-05-13 00:27:23 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:27:23 +0200 |
commit | fe4c4078152ac05a68cd6297f1db37e38cb954c9 (patch) | |
tree | e105c7e77d020906f85eae9e01f805d4948115ff /games | |
parent | e16b1d678679b5e2d1e37209c7626120b124e39f (diff) | |
download | slackbuilds-fe4c4078152ac05a68cd6297f1db37e38cb954c9.tar.gz |
games/tuxnes: Updated for version 0.75
Diffstat (limited to 'games')
-rw-r--r-- | games/tuxnes/tuxnes.SlackBuild | 2 | ||||
-rw-r--r-- | games/tuxnes/tuxnes.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/tuxnes/tuxnes.SlackBuild b/games/tuxnes/tuxnes.SlackBuild index a57e343e01..2f287dac91 100644 --- a/games/tuxnes/tuxnes.SlackBuild +++ b/games/tuxnes/tuxnes.SlackBuild @@ -103,4 +103,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} diff --git a/games/tuxnes/tuxnes.info b/games/tuxnes/tuxnes.info index 9f73788caa..9444f1ee19 100644 --- a/games/tuxnes/tuxnes.info +++ b/games/tuxnes/tuxnes.info @@ -2,7 +2,9 @@ PRGNAM="tuxnes" VERSION="0.75" HOMEPAGE="http://tuxnes.sourceforge.net/" DOWNLOAD="http://downloads.sourceforge.net/tuxnes/tuxnes-0.75.tar.gz" +DOWNLOAD_x86_64="" MD5SUM="5db0cd42dfdff3e681805e93b4867c43" +MD5SUM_x86_64="" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" APPROVED="rworkman" |