mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
games/iortcw: Updated for version 1.51b.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9e4901a3ca
commit
24aa8dc140
2 changed files with 20 additions and 15 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=iortcw
|
||||
VERSION=${VERSION:-1.51}
|
||||
VERSION=${VERSION:-1.51b}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -272,16 +272,21 @@ chmod 0755 $PKG/usr/games/iortcw-mp
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/{SP,MP}
|
||||
|
||||
cp -a README.md iortcw-command-changes.txt \
|
||||
iortcw-cvars-new.txt iortcw-cvars-removed.txt rend2-cvars.txt \
|
||||
cp -a HOWTO-Build.txt \
|
||||
README_RASPBERRYPI \
|
||||
iortcw-command-changes.txt \
|
||||
rend2-cvars.txt \
|
||||
iortcw-cvars-new.txt \
|
||||
rend2-readme.md \
|
||||
README.md \
|
||||
iortcw-cvars-removed.txt \
|
||||
voip-readme.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
cp -a SP/COPYING.txt SP/HOWTO-Build.txt SP/README \
|
||||
SP/README.txt SP/rend2-readme.md SP/voip-readme.txt \
|
||||
cp -a SP/COPYING.txt SP/README.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/SP
|
||||
|
||||
cp -a MP/COPYING.txt MP/HOWTO-Build.txt MP/README \
|
||||
MP/README.txt MP/rend2-readme.md MP/voip-readme.txt \
|
||||
cp -a MP/COPYING.txt MP/README.txt \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/MP
|
||||
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
PRGNAM="iortcw"
|
||||
VERSION="1.51"
|
||||
VERSION="1.51b"
|
||||
HOMEPAGE="https://github.com/iortcw/iortcw"
|
||||
DOWNLOAD="https://github.com/iortcw/iortcw/archive/1.51/iortcw-1.51.tar.gz \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51/patch-data-141.zip \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51/patch-data-SP_deutsch.zip \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51/patch-data-SP_espanol.zip \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51/patch-data-SP_francais.zip \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51/patch-data-SP_italiano.zip"
|
||||
MD5SUM="052535d2aba4443f668651d1a0ba3772 \
|
||||
DOWNLOAD="https://github.com/iortcw/iortcw/archive/1.51b/iortcw-1.51b.tar.gz \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51b/patch-data-141.zip \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51b/patch-data-SP_deutsch.zip \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51b/patch-data-SP_espanol.zip \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51b/patch-data-SP_francais.zip \
|
||||
https://github.com/iortcw/iortcw/releases/download/1.51b/patch-data-SP_italiano.zip"
|
||||
MD5SUM="1338f9558c1b76080bf972dd595442a0 \
|
||||
291a37caa9d65d0b81f767918b76fa56 \
|
||||
c377642e833307c34d7c995c8bf0c35d \
|
||||
0d9705612393f0bc1875d15870811574 \
|
||||
|
|
Loading…
Reference in a new issue