diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-22 16:41:35 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:51 +0700 |
commit | 471b227b9a804c834089886c7073aa1a85444009 (patch) | |
tree | e80ebde1a466193dd041ab05d101bbb122c76693 /games/prboom-plus/prboom-plus.SlackBuild | |
parent | 8aa9b4417e7c14f63a9ee9daf6bdd70f26274137 (diff) |
games/prboom-plus: Updated for version 2.6.2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/prboom-plus/prboom-plus.SlackBuild')
-rw-r--r-- | games/prboom-plus/prboom-plus.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/prboom-plus/prboom-plus.SlackBuild b/games/prboom-plus/prboom-plus.SlackBuild index 5d4a2bac55153..b440721fe9c7a 100644 --- a/games/prboom-plus/prboom-plus.SlackBuild +++ b/games/prboom-plus/prboom-plus.SlackBuild @@ -7,6 +7,8 @@ # Original had no license. Modified version released under the WTFPL. See # http://www.wtfpl.net/txt/copying/ for details. +# 20220622 bkw: update for v2.6.2, add missing doinst.sh. + # 20211027 bkw: # - update for v2.6.1um. # - band-aid for segfaults on -current (see below). this isn't @@ -26,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=prboom-plus -VERSION=${VERSION:-2.6.1um} +VERSION=${VERSION:-2.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -129,6 +131,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 |