summaryrefslogtreecommitdiffstats
path: root/games/crispy-doom/crispy-doom.SlackBuild
diff options
context:
space:
mode:
author Dugan Chen2017-03-15 18:38:59 +0100
committer Willy Sudiarto Raharjo2017-03-18 00:58:37 +0100
commitd42d609c9e082aaebb0d1c555259bec7942a77c8 (patch)
tree3494f7e837a18a3447b63340986d5780e8069a86 /games/crispy-doom/crispy-doom.SlackBuild
parent441363978121a85e584bc7b475aef3ec0e86b6ff (diff)
downloadslackbuilds-d42d609c9e082aaebb0d1c555259bec7942a77c8.tar.gz
games/crispy-doom: Updated for version 4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/crispy-doom/crispy-doom.SlackBuild')
-rw-r--r--games/crispy-doom/crispy-doom.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild
index 3f2bd1360d..2cc72ec233 100644
--- a/games/crispy-doom/crispy-doom.SlackBuild
+++ b/games/crispy-doom/crispy-doom.SlackBuild
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=crispy-doom
-VERSION=${VERSION:-3.5}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -103,6 +103,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
+cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}