games/supertux: Updated for version 0.1.3

This commit is contained in:
Robby Workman 2010-05-13 00:27:13 +02:00 committed by David Somero
parent f4c5becf16
commit 989373b1f9
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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}

View File

@ -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"
APPROVED="David Somero"