diff options
author | B. Watson <yalhcru@gmail.com> | 2016-09-28 15:05:15 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:29:16 +0700 |
commit | f55341b03cc8bfe8e83f3757c95f20900976777d (patch) | |
tree | af5aed5f65583ce52b3819725f34b4c7dd558cc6 /games/gzdoom/gzdoom.SlackBuild | |
parent | 5bae02f310b28e7a2516a8d476a526bbef197438 (diff) | |
download | slackbuilds-f55341b03cc8bfe8e83f3757c95f20900976777d.tar.gz |
games/gzdoom: Updated for version 2.2.0.
Diffstat (limited to 'games/gzdoom/gzdoom.SlackBuild')
-rw-r--r-- | games/gzdoom/gzdoom.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/gzdoom/gzdoom.SlackBuild b/games/gzdoom/gzdoom.SlackBuild index 79d9e04465..a9a5738295 100644 --- a/games/gzdoom/gzdoom.SlackBuild +++ b/games/gzdoom/gzdoom.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20160928 bkw: +# - Updated for 2.2.0. 1.9.1 and 1.8.09 still work, too. + # 20160803 bkw: # - Updated for 2.1.1. Also for 1.9.1 and 1.8.09 (see README_versions.txt) # - Update .info for new HOMEPAGE @@ -33,7 +36,7 @@ # - Add WTFPL PRGNAM=gzdoom -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -135,8 +138,8 @@ cp -a docs/* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cat $CWD/README_SBo.txt > $PKG/usr/doc/$PRGNAM-$VERSION/README_SBo.txt -# Fix DOS CRLF line endings -sed -i 's/\r//' $PKG/usr/doc/$PRGNAM-$VERSION/* +# Fix DOS CRLF line endings. The stuff in licenses/ is already OK, for 2.2.0. +sed -i 's/\r//' $PKG/usr/doc/$PRGNAM-$VERSION/*.* mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |