diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:26:09 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:26:09 +0200 |
commit | 52b3f093c5180b7b7aaadb1398090e70b98a9f4f (patch) | |
tree | dab347ce1df1c06a9025f2aca1e835b5e58fec0d | |
parent | 6b1db1c788e38e69b6930c3089ba047e9c3d14d0 (diff) | |
download | slackbuilds-52b3f093c5180b7b7aaadb1398090e70b98a9f4f.tar.gz |
games/dreamchess: Updated for version 0.2.0
-rw-r--r-- | games/dreamchess/dreamchess.SlackBuild | 2 | ||||
-rw-r--r-- | games/dreamchess/dreamchess.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/dreamchess/dreamchess.SlackBuild b/games/dreamchess/dreamchess.SlackBuild index efca21df5e..e9e05bdde7 100644 --- a/games/dreamchess/dreamchess.SlackBuild +++ b/games/dreamchess/dreamchess.SlackBuild @@ -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} diff --git a/games/dreamchess/dreamchess.info b/games/dreamchess/dreamchess.info index e2fff8e503..e93b7b28bf 100644 --- a/games/dreamchess/dreamchess.info +++ b/games/dreamchess/dreamchess.info @@ -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" |