games/eduke32: Updated for version 20090313

This commit is contained in:
B. Watson 2010-05-13 00:26:11 +02:00 committed by David Somero
parent 52b3f093c5
commit 4412830655
2 changed files with 3 additions and 1 deletions

View file

@ -99,4 +99,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="eduke32"
VERSION="20090313"
HOMEPAGE="http://www.eduke32.com/"
DOWNLOAD="http://wiki.eduke32.com/stuff/source_code/eduke32_src_20090131.zip"
DOWNLOAD_x86_64=""
MD5SUM="cf5eb51de024f28e8b24aae2702d459e"
MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="dsomero"