games/eduke32_shareware_data: Updated for version 1.3
This commit is contained in:
parent
eb97c73b9d
commit
8e3ec6859c
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue