games/eduke32_shareware_data: Minor fixes.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-11-08 16:59:17 -05:00 committed by Willy Sudiarto Raharjo
parent 80ec56515c
commit 236ae34372
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 16 additions and 11 deletions

View File

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

View File

@ -6,18 +6,19 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20211108 bkw: BUILD=2
# - fix typo in README, slack-desc.
# - fix the text files: get rid of CRLFs, rename to lowercase, .doc => .txt.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=eduke32_shareware_data
VERSION=${VERSION:-1.3}
ARCH=noarch
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -39,12 +40,16 @@ unzip $CWD/3dduke13.zip DN3DSW13.SHR
unzip DN3DSW13.SHR
chmod 0644 *
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!
GAMEDIR=$PKG/usr/share/games/eduke32
DOCDIR=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $GAMEDIR $DOCDIR
cat DUKE3D.GRP > $GAMEDIR/duke3d.grp # lowercase!
cat DUKE.RTS > $GAMEDIR/DUKE.RTS # UPPERCASE!
sed 's,\r,,' README.DOC > $DOCDIR/readme.txt
sed 's,\r,,' LICENSE.TXT > $DOCDIR/license.txt
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a *.TXT *.DOC $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -8,7 +8,7 @@
|-----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 Mukem 3D,
eduke32_shareware_data: The game data files from the shareware edition of Duke Nukem 3D,
eduke32_shareware_data: copyright 3D Realms, Inc.
eduke32_shareware_data:
eduke32_shareware_data: Packaged for use with the slackbuilds.org eduke32 package.