summaryrefslogtreecommitdiffstats
path: root/games/dunelegacy
diff options
context:
space:
mode:
author B. Watson2021-10-06 21:03:59 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:35 +0200
commitf61c55cdf5a58bfa75888ba901f2cff086f887a0 (patch)
treee403aef87f19ea49becf66e86cc6900fc88471f6 /games/dunelegacy
parentb550299063b2befbf29bee0950742aee983be906 (diff)
downloadslackbuilds-f61c55cdf5a58bfa75888ba901f2cff086f887a0.tar.gz
games/dunelegacy: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/dunelegacy')
-rw-r--r--games/dunelegacy/README21
-rw-r--r--games/dunelegacy/dunelegacy.SlackBuild10
-rw-r--r--games/dunelegacy/dunelegacy.info2
-rw-r--r--games/dunelegacy/slack-desc4
4 files changed, 17 insertions, 20 deletions
diff --git a/games/dunelegacy/README b/games/dunelegacy/README
index e9c1cd7a82..f6230d5b0f 100644
--- a/games/dunelegacy/README
+++ b/games/dunelegacy/README
@@ -1,17 +1,20 @@
+dunelegacy (real-time strategy game)
+
Dune Legacy is an effort by a handful of developers to revitalize the
-first-ever real-time strategy game. The original game was the basis for
-the hugely successful Command and Conquer series, and the gameplay has
-been replicated an extended to a wide variety of storylines and series.
+first-ever real-time strategy game. The original game was the basis
+for the hugely successful Command and Conquer series, and the gameplay
+has been replicated and extended to a wide variety of storylines and
+series.
Lead one of three interplanetary houses, Atreides, Harkonnen or Ordos,
in an attempt to harvest the largest amount of spice from the sand
-dunes. Exchange your spice stockpiles for credits through refinement and
-build an army capable of thwarting attempts of the other houses to stop
-your harvesting!
+dunes. Exchange your spice stockpiles for credits through refinement
+and build an army capable of thwarting attempts of the other houses to
+stop your harvesting!
-Dune Legacy is a game engine only. To play the game, you must have the
-data files (*.PAK) from the full version (not the demo) of the original
-game, in /usr/share/dunelegacy. More info here:
+Dune Legacy is a game engine only. To play the game, you must have
+the data files (*.PAK) from the full version (not the demo) of the
+original game, in /usr/share/dunelegacy. More info here:
http://sourceforge.net/apps/mediawiki/dunelegacy/index.php?title=Pakfilelist
diff --git a/games/dunelegacy/dunelegacy.SlackBuild b/games/dunelegacy/dunelegacy.SlackBuild
index 99ea238882..2a5231442a 100644
--- a/games/dunelegacy/dunelegacy.SlackBuild
+++ b/games/dunelegacy/dunelegacy.SlackBuild
@@ -26,9 +26,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -61,11 +58,8 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
-find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
+ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
# Use our CFLAGS. Environment is ignored by configure script.
sed -i "s/-O3/$SLKCFLAGS/" configure
diff --git a/games/dunelegacy/dunelegacy.info b/games/dunelegacy/dunelegacy.info
index a4a5d5fba1..c5fa5c4988 100644
--- a/games/dunelegacy/dunelegacy.info
+++ b/games/dunelegacy/dunelegacy.info
@@ -1,7 +1,7 @@
PRGNAM="dunelegacy"
VERSION="0.96.4"
HOMEPAGE="http://dunelegacy.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/project/dunelegacy/dunelegacy/0.96.4/dunelegacy-0.96.4-src.tar.bz2"
+DOWNLOAD="https://downloads.sourceforge.net/project/dunelegacy/dunelegacy/0.96.4/dunelegacy-0.96.4-src.tar.bz2"
MD5SUM="de1d0a529cc32ba5d909bf1570272434"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
diff --git a/games/dunelegacy/slack-desc b/games/dunelegacy/slack-desc
index 245a361efc..1a54791a76 100644
--- a/games/dunelegacy/slack-desc
+++ b/games/dunelegacy/slack-desc
@@ -11,8 +11,8 @@ dunelegacy:
dunelegacy: Dune Legacy is an effort by a handful of developers to revitalize
dunelegacy: the first-ever real-time strategy game. The original game was the
dunelegacy: basis for the hugely successful Command and Conquer series, and
-dunelegacy: the gameplay has been replicated an extended to a wide variety of
-dunelegacy: storylines and series. Lead one of three interplanetary houses,
+dunelegacy: the gameplay has been replicated and extended to a wide variety of
+dunelegacy: storylines and series. Lead one of three interplanetary houses,
dunelegacy: Atreides, Harkonnen or Ordos, in an attempt to harvest the largest
dunelegacy: amount of spice from the sand dunes. Exchange your spice stockpiles
dunelegacy: for credits through refinement and build an army capable of thwarting