From 17e62512960e945f70a4cacbf5e2b06d8e2af090 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 12 Jun 2018 17:04:58 -0400 Subject: games/opendune: Updated for version 0.9. Signed-off-by: B. Watson --- games/opendune/opendune.SlackBuild | 7 ++++--- games/opendune/opendune.info | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/opendune/opendune.SlackBuild b/games/opendune/opendune.SlackBuild index 6f11010a4881..a228596352cd 100644 --- a/games/opendune/opendune.SlackBuild +++ b/games/opendune/opendune.SlackBuild @@ -6,12 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180612 bkw: update for v0.9, script can no longer build 0.8 # 20170531 bkw: BUILD=2, fix build on x86 # 20170302 bkw: use long-format github URL PRGNAM=opendune -VERSION=${VERSION:-0.8} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -130,7 +131,7 @@ install -m0755 -oroot -groot $CWD/$PRGNAM.sh $PKG/usr/games/$PRGNAM # is always appended to whatever datadir is set to. INI=$PKG/usr/share/games/$PRGNAM/$PRGNAM.ini cat bin/$PRGNAM.ini.sample > $INI -echo "datadir=/usr/share/games/$PRGNAM" >> $INI +echo "datadir=/usr/share/games/$PRGNAM/data" >> $INI # This dir is where the .PAK files should go. mkdir -p $PKG/usr/share/games/$PRGNAM/data diff --git a/games/opendune/opendune.info b/games/opendune/opendune.info index 63ff1737a110..7c44a3903149 100644 --- a/games/opendune/opendune.info +++ b/games/opendune/opendune.info @@ -1,8 +1,8 @@ PRGNAM="opendune" -VERSION="0.8" +VERSION="0.9" HOMEPAGE="https://github.com/OpenDUNE/OpenDUNE" -DOWNLOAD="https://github.com/OpenDUNE/OpenDUNE/archive/0.8/OpenDUNE-0.8.tar.gz" -MD5SUM="4ea683910eefb065eda80c06d5a3077f" +DOWNLOAD="https://github.com/OpenDUNE/OpenDUNE/archive/0.9/OpenDUNE-0.9.tar.gz" +MD5SUM="bc0197df04f98d4020e4bd4ea7421c91" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3