diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-03-15 17:38:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:37 +0700 |
commit | d42d609c9e082aaebb0d1c555259bec7942a77c8 (patch) | |
tree | 3494f7e837a18a3447b63340986d5780e8069a86 /games/crispy-doom/crispy-doom.SlackBuild | |
parent | 441363978121a85e584bc7b475aef3ec0e86b6ff (diff) |
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.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index 3f2bd1360d910..2cc72ec2337db 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} |