games/dreamchess: Updated for version 0.2.0

This commit is contained in:
Larry Hajali 2010-05-13 00:26:09 +02:00 committed by Robby Workman
parent 6b1db1c788
commit 52b3f093c5
2 changed files with 3 additions and 1 deletions

View File

@ -73,4 +73,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="dreamchess"
VERSION="0.2.0"
HOMEPAGE="http://www.dreamchess.org/"
DOWNLOAD="http://download.berlios.de/dreamchess/dreamchess-0.2.0.tar.gz"
DOWNLOAD_x86_64=""
MD5SUM="0e837e14819c1e7d0232c6beb4d5c185"
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="rworkman"