mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/crispy-doom: Updated for version 6.0.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fa04a48049
commit
054e6826ef
2 changed files with 7 additions and 7 deletions
|
@ -26,8 +26,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=crispy-doom
|
||||
VERSION=${VERSION:-5.12.0}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -107,7 +107,7 @@ mv $PKG/usr/doc/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION
|
|||
( cd $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mkdir -p $PRGNAM
|
||||
mv *.doom $PRGNAM
|
||||
mv ../crispy-{heretic,hexen} .
|
||||
mv ../crispy-{heretic,hexen,strife} .
|
||||
)
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="crispy-doom"
|
||||
VERSION="5.12.0"
|
||||
HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom"
|
||||
DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.12.0.tar.gz"
|
||||
MD5SUM="6e5a60c3e0cfddb5fad7f37e48d4fd72"
|
||||
VERSION="6.0"
|
||||
HOMEPAGE="https://www.chocolate-doom.org/wiki/index.php/Crispy_Doom"
|
||||
DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-6.0.tar.gz"
|
||||
MD5SUM="39e3166f08c8a3dd439ccde79b275cc3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue