games/brickout: Updated for version 20020609

This commit is contained in:
B. Watson 2010-05-13 00:26:01 +02:00 committed by David Somero
parent 7e61e48b8f
commit 997c3acf72
3 changed files with 4 additions and 3 deletions

View file

@ -78,4 +78,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG 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

@ -1,8 +1,7 @@
[Desktop Entry] [Desktop Entry]
Encoding=UTF-8
Name=Brickout Name=Brickout
Exec=brickout Exec=brickout
Type=Application Type=Application
Icon=brickout Icon=brickout
GenericName=Brickout Game GenericName=Brickout Game
Categories=Game;Arcade; Categories=Game;ArcadeGame;

View file

@ -2,7 +2,9 @@ PRGNAM="brickout"
VERSION="20020609" VERSION="20020609"
HOMEPAGE="http://www.newbreedsoftware.com/brickout/" HOMEPAGE="http://www.newbreedsoftware.com/brickout/"
DOWNLOAD="ftp://ftp.tuxpaint.org/unix/agenda/brickout/src/brickout-2002.06.09.tar.gz" DOWNLOAD="ftp://ftp.tuxpaint.org/unix/agenda/brickout/src/brickout-2002.06.09.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="f191a5658e4262e85499e5b69433af89" MD5SUM="f191a5658e4262e85499e5b69433af89"
MD5SUM_x86_64=""
MAINTAINER="B. Watson" MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com" EMAIL="yalhcru@gmail.com"
APPROVED="dsomero" APPROVED="dsomero"