mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
games/commandergenius: Updated for version 2.2.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
fb4f25ce90
commit
38993486cd
3 changed files with 7 additions and 6 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20180911 bkw: updated for 2.2.3
|
||||
# 20180709 bkw: updated for 2.2.2
|
||||
# - upstream moved the project from github to gitlab. one nice side-effect
|
||||
# of this is that the GsKit stuff is now included in the release tarball,
|
||||
|
@ -25,7 +26,7 @@
|
|||
# 20170122 bkw: updated for 1.9.8.1beta.
|
||||
|
||||
PRGNAM=commandergenius
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
VERSION=${VERSION:-2.2.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -125,7 +126,7 @@ done
|
|||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
sed "s,@SDLVER@,$SDLVER," < $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="commandergenius"
|
||||
VERSION="2.2.2"
|
||||
VERSION="2.2.3"
|
||||
HOMEPAGE="https://gitlab.com/Dringgstein/Commander-Genius"
|
||||
DOWNLOAD="https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v2.2.2/Commander-Genius-v2.2.2.tar.bz2"
|
||||
MD5SUM="976c721a943e26f94db63f813bba936a"
|
||||
DOWNLOAD="https://gitlab.com/Dringgstein/Commander-Genius/-/archive/v2.2.3/Commander-Genius-v2.2.3.tar.bz2"
|
||||
MD5SUM="cfa4a3155f368e882a5a04e07278d5f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="SDL2 python3"
|
||||
|
|
|
@ -12,7 +12,7 @@ commandergenius: Commander Genius is an open-source clone of Commander Keen whic
|
|||
commandergenius: allows you to play the games, and some of the mods made for it. All
|
||||
commandergenius: of the original data files are required to do so.
|
||||
commandergenius:
|
||||
commandergenius: This package was built with SDL @SDLVER@.
|
||||
commandergenius:
|
||||
commandergenius:
|
||||
commandergenius:
|
||||
commandergenius:
|
||||
|
|
Loading…
Reference in a new issue