Browse Source
games/stella: Updated for version 6.6.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
B. Watson
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
7 additions and
4 deletions
-
games/stella/stella.SlackBuild
-
games/stella/stella.info
|
|
|
@ -8,6 +8,8 @@ |
|
|
|
|
|
|
|
# Now maintained by B. Watson <urchlay@slackware.uk> |
|
|
|
|
|
|
|
# 20220610 bkw: update for v6.6, fix doc permissions. |
|
|
|
|
|
|
|
# 20211026 bkw: we're on -current now, so: |
|
|
|
# - update for 6.5.3. |
|
|
|
# - use g++ for the compile (clang++ lacks the -Weverything flag). |
|
|
|
@ -56,7 +58,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=stella |
|
|
|
VERSION=${VERSION:-6.5.3} |
|
|
|
VERSION=${VERSION:-6.6} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -100,6 +102,7 @@ cd $TMP |
|
|
|
rm -rf $PRGNAM-$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION-src.tar.xz |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ |
|
|
|
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ |
|
|
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="stella" |
|
|
|
VERSION="6.5.3" |
|
|
|
VERSION="6.6" |
|
|
|
HOMEPAGE="https://stella-emu.github.io/" |
|
|
|
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.5.3/stella-6.5.3-src.tar.xz" |
|
|
|
MD5SUM="3c8834a80fe3bbc77854101f3f9088c0" |
|
|
|
DOWNLOAD="https://github.com/stella-emu/stella/releases/download/6.6/stella-6.6-src.tar.xz" |
|
|
|
MD5SUM="a9678b2a1c1e3d4d8c3c830612ace0c8" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|