summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-08 22:59:17 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:08:54 +0100
commit236ae343728658f110855521bc5885dfaa5e1042 (patch)
tree9efa951b9402a4c77b0f5f4aa6de480db4c4021e
parent80ec56515c4c0246bc07f15f1b76cee1a8f271f9 (diff)
downloadslackbuilds-236ae343728658f110855521bc5885dfaa5e1042.tar.gz
games/eduke32_shareware_data: Minor fixes.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/eduke32_shareware_data/README2
-rw-r--r--games/eduke32_shareware_data/eduke32_shareware_data.SlackBuild23
-rw-r--r--games/eduke32_shareware_data/slack-desc2
3 files changed, 16 insertions, 11 deletions
diff --git a/games/eduke32_shareware_data/README b/games/eduke32_shareware_data/README
index 42bf594687..8315d88512 100644
--- a/games/eduke32_shareware_data/README
+++ b/games/eduke32_shareware_data/README
@@ -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.
diff --git a/games/eduke32_shareware_data/eduke32_shareware_data.SlackBuild b/games/eduke32_shareware_data/eduke32_shareware_data.SlackBuild
index f2596a1f40..3b47f91810 100644
--- a/games/eduke32_shareware_data/eduke32_shareware_data.SlackBuild
+++ b/games/eduke32_shareware_data/eduke32_shareware_data.SlackBuild
@@ -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
diff --git a/games/eduke32_shareware_data/slack-desc b/games/eduke32_shareware_data/slack-desc
index b515169544..dd31de675e 100644
--- a/games/eduke32_shareware_data/slack-desc
+++ b/games/eduke32_shareware_data/slack-desc
@@ -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.