diff options
Diffstat (limited to 'games/supertux')
-rw-r--r-- | games/supertux/doinst.sh | 1 | ||||
-rw-r--r-- | games/supertux/supertux.SlackBuild | 2 | ||||
-rw-r--r-- | games/supertux/supertux.info | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/games/supertux/doinst.sh b/games/supertux/doinst.sh index c3651bc867..65fd352418 100644 --- a/games/supertux/doinst.sh +++ b/games/supertux/doinst.sh @@ -1,4 +1,3 @@ - if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 fi diff --git a/games/supertux/supertux.SlackBuild b/games/supertux/supertux.SlackBuild index 42396ff7e1..e10fc0625b 100644 --- a/games/supertux/supertux.SlackBuild +++ b/games/supertux/supertux.SlackBuild @@ -84,4 +84,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/supertux/supertux.info b/games/supertux/supertux.info index a3d6bba036..cbda0e1091 100644 --- a/games/supertux/supertux.info +++ b/games/supertux/supertux.info @@ -2,7 +2,9 @@ PRGNAM="supertux" VERSION="0.1.3" HOMEPAGE="http://supertux.berlios.de/" DOWNLOAD="http://download.berlios.de/supertux/supertux-0.1.3.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="f2fc288459f33d5cd8f645fbca737a63" +MD5SUM_x86_64="" MAINTAINER="Robby Workman" EMAIL="rw@rlworkman.net" -APPROVED="David Somero"
\ No newline at end of file +APPROVED="David Somero" |