games/jg-cega: Updated for version 0.6.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
13375d742b
commit
37902babdc
|
@ -6,11 +6,13 @@
|
||||||
|
|
||||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||||
|
|
||||||
|
# 20230905 bkw: updated for v0.6.0.
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=jg-cega
|
PRGNAM=jg-cega
|
||||||
SRCNAM=cega
|
SRCNAM=cega
|
||||||
VERSION=${VERSION:-0.5.2}
|
VERSION=${VERSION:-0.6.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -71,6 +73,7 @@ make install-strip \
|
||||||
DOCDIR=$DOCDIR \
|
DOCDIR=$DOCDIR \
|
||||||
LIBDIR=$LIBDIR
|
LIBDIR=$LIBDIR
|
||||||
|
|
||||||
|
cp -a ChangeLog $PKGDOC
|
||||||
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
|
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
|
||||||
|
|
||||||
mkdir -p $PKG/install
|
mkdir -p $PKG/install
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="jg-cega"
|
PRGNAM="jg-cega"
|
||||||
VERSION="0.5.2"
|
VERSION="0.6.0"
|
||||||
HOMEPAGE="https://jgemu.gitlab.io/"
|
HOMEPAGE="https://jgemu.gitlab.io/"
|
||||||
DOWNLOAD="https://gitlab.com/jgemu/cega/-/archive/0.5.2/cega-0.5.2.tar.gz"
|
DOWNLOAD="https://gitlab.com/jgemu/cega/-/archive/0.6.0/cega-0.6.0.tar.gz"
|
||||||
MD5SUM="351b388101b7b96288270e0f412c1415"
|
MD5SUM="2cf984aeaa8ec21d58c1e7cbe251a8dc"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="jollygood"
|
REQUIRES="jollygood"
|
||||||
|
|
Loading…
Reference in New Issue