games/eduke32_shareware_data: Updated for version 1.3

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

View File

@ -39,4 +39,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
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_shareware_data"
VERSION="1.3"
HOMEPAGE="http://www.3drealms.com/duke3d/"
DOWNLOAD="ftp://ftp.3drealms.com/share/3dduke13.zip"
DOWNLOAD_x86_64=""
MD5SUM="04e4ca70b8a2d59ed56c451c5c1d5d39"
MD5SUM_x86_64=""
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="dsomero"