games/eduke32_shareware_data: Updated for version 1.3

This commit is contained in:
B. Watson 2010-05-12 17:39:14 +02:00 committed by David Somero
parent 1e68421c88
commit 50ae138b87
4 changed files with 19 additions and 5 deletions

View File

@ -1,4 +1,8 @@
eduke32_shareware_data (shareware game data files)
The game data files from the shareware edition of Duke Mukem 3D,
copyright 3D Realms, Inc.
Packaged for use with the slackbuilds.org eduke32 package.
Duke Nukem 3D is copyright 3D Realms, Inc.

View File

@ -18,7 +18,7 @@ OUTPUT=${OUTPUT:-/tmp}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG/usr/share/games/eduke32 $OUTPUT
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
mkdir $PRGNAM-$VERSION
@ -26,8 +26,10 @@ cd $PRGNAM-$VERSION
unzip $CWD/3dduke13.zip DN3DSW13.SHR
unzip DN3DSW13.SHR
chmod 0644 *
cp DUKE3D.GRP $PKG/usr/share/games/eduke32/duke3d.grp # lowercase!
cp DUKE.RTS $PKG/usr/share/games/eduke32/DUKE.RTS # UPPERCASE!
mkdir -p $PKG/usr/share/games/eduke32
cat DUKE3D.GRP > $PKG/usr/share/games/eduke32/duke3d.grp # lowercase!
cat DUKE.RTS > $PKG/usr/share/games/eduke32/DUKE.RTS # UPPERCASE!
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.TXT *.DOC $PKG/usr/doc/$PRGNAM-$VERSION

View File

@ -5,4 +5,4 @@ DOWNLOAD="ftp://ftp.3drealms.com/share/3dduke13.zip"
MD5SUM="04e4ca70b8a2d59ed56c451c5c1d5d39"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"
APPROVED="David Somero"
APPROVED="dsomero"

View File

@ -1,6 +1,14 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|'
# on the right side marks the last column you can put a character in. You must
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
eduke32_shareware_data: eduke32_shareware_data (shareware game data files)
eduke32_shareware_data:
eduke32_shareware_data: The game data files from the shareware edition of Duke Nukem 3D,
eduke32_shareware_data: The game data files from the shareware edition of Duke Mukem 3D,
eduke32_shareware_data: copyright 3D Realms, Inc.
eduke32_shareware_data:
eduke32_shareware_data: Packaged for use with the slackbuilds.org eduke32 package.