summaryrefslogtreecommitdiffstats
path: root/games/jfsw_wanton_destruction
diff options
context:
space:
mode:
Diffstat (limited to 'games/jfsw_wanton_destruction')
-rw-r--r--games/jfsw_wanton_destruction/README5
-rw-r--r--games/jfsw_wanton_destruction/jfsw_wanton_destruction.SlackBuild15
-rw-r--r--games/jfsw_wanton_destruction/jfsw_wanton_destruction.info4
3 files changed, 16 insertions, 8 deletions
diff --git a/games/jfsw_wanton_destruction/README b/games/jfsw_wanton_destruction/README
index 61851e4631..ee6b03477a 100644
--- a/games/jfsw_wanton_destruction/README
+++ b/games/jfsw_wanton_destruction/README
@@ -19,5 +19,6 @@ From the original documentation (wdinfo.txt):
Construction, on board a 747, high tech Secret Military Base, Japanese
Bullet Train, Zilla's Auto Factory, and Tokyo Rooftops. In addition,
the episode contains not one, but two full size super secret levels
- that will have you on the edge of your seat! In addition, we've included
- three all new Wangbang-only levels as well as a capture the flag level!
+ that will have you on the edge of your seat! In addition, we've
+ included three all new Wangbang-only levels as well as a capture the
+ flag level!
diff --git a/games/jfsw_wanton_destruction/jfsw_wanton_destruction.SlackBuild b/games/jfsw_wanton_destruction/jfsw_wanton_destruction.SlackBuild
index 94316c4883..b0cddcd0aa 100644
--- a/games/jfsw_wanton_destruction/jfsw_wanton_destruction.SlackBuild
+++ b/games/jfsw_wanton_destruction/jfsw_wanton_destruction.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for jfsw_wanton_destruction
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
@@ -17,14 +17,21 @@
# registration or even captcha required. I self-hosted the archive to
# guarantee a stable download link.
+cd $(dirname $0) ; CWD=$(pwd)
+
PRGNAM=jfsw_wanton_destruction
VERSION=${VERSION:-20050909}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-CWD=$(pwd)
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -54,4 +61,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.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/games/jfsw_wanton_destruction/jfsw_wanton_destruction.info b/games/jfsw_wanton_destruction/jfsw_wanton_destruction.info
index 5d55b0b905..c3d50ab0dc 100644
--- a/games/jfsw_wanton_destruction/jfsw_wanton_destruction.info
+++ b/games/jfsw_wanton_destruction/jfsw_wanton_destruction.info
@@ -1,10 +1,10 @@
PRGNAM="jfsw_wanton_destruction"
VERSION="20050909"
HOMEPAGE="http://legacy.3drealms.com/news/2005/09/wanton_destruction_for_shadow.html"
-DOWNLOAD="http://urchlay.naptime.net/~urchlay/src/swwd.exe"
+DOWNLOAD="https://slackware.uk/~urchlay/src/swwd.exe"
MD5SUM="df7732c37aaedb595386a874d1a017f5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jfsw"
MAINTAINER="B. Watson"
-EMAIL="yalhcru@gmail.com"
+EMAIL="urchlay@slackware.uk"