summaryrefslogtreecommitdiffstats
path: root/games/iortcw/iortcw.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/iortcw/iortcw.SlackBuild')
-rw-r--r--games/iortcw/iortcw.SlackBuild20
1 files changed, 6 insertions, 14 deletions
diff --git a/games/iortcw/iortcw.SlackBuild b/games/iortcw/iortcw.SlackBuild
index 55226a3213..6e3e1db907 100644
--- a/games/iortcw/iortcw.SlackBuild
+++ b/games/iortcw/iortcw.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for iortcw
-# Copyright 2016 S. Ballet, France
+# Copyright 2016-2017 Sébastien Ballet, France
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=iortcw
-VERSION=${VERSION:-1.5a}
+VERSION=${VERSION:-1.51}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -147,14 +147,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# The patches below are required to remove invalid references to ../.git/index
-# found in iortcw Makefiles from 1.5a source tarball.
-#
-# See https://github.com/iortcw/iortcw/issues/24
-#
-patch -p0 < $CWD/patches/Makefile-SP-1.5a-remove-ref-to-git-index-file.patch
-patch -p0 < $CWD/patches/Makefile-MP-1.5a-remove-ref-to-git-index-file.patch
-
# Reminder :
# * targets defined in SP/MP makefiles :
# debug, release, makedirs, clean-debug, clean-release
@@ -284,12 +276,12 @@ cp -a README.md iortcw-command-changes.txt \
iortcw-cvars-new.txt iortcw-cvars-removed.txt rend2-cvars.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
-cp -a SP/COPYING.txt SP/HOWTO-Build.txt SP/NOTTODO SP/README \
- SP/README.txt SP/TODO SP/rend2-readme.md SP/voip-readme.txt \
+cp -a SP/COPYING.txt SP/HOWTO-Build.txt SP/README \
+ SP/README.txt SP/rend2-readme.md SP/voip-readme.txt \
$PKG/usr/doc/$PRGNAM-$VERSION/SP
-cp -a MP/COPYING.txt MP/HOWTO-Build.txt MP/NOTTODO MP/README \
- MP/README.txt MP/TODO MP/rend2-readme.md MP/voip-readme.txt \
+cp -a MP/COPYING.txt MP/HOWTO-Build.txt MP/README \
+ MP/README.txt MP/rend2-readme.md MP/voip-readme.txt \
$PKG/usr/doc/$PRGNAM-$VERSION/MP
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild