games/wolfmame: Updated for version 0.251.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e41069af07
commit
ba51133544
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=wolfmame
|
||||
VERSION=${VERSION:-0.250}
|
||||
VERSION=${VERSION:-0.251}
|
||||
WOLFVER=wolf${VERSION#0.}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -116,10 +116,8 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# Make directory for recording .inp files (if errors try -m 777)
|
||||
install -d -o games -g users -m g+rwx inp
|
||||
|
||||
# Make cfg directory, allowing users to save configuration of controllers, etc.
|
||||
install -d -o games -g users -m g+rwx cfg
|
||||
install -d -o games -g users -m g+rwx inp cfg
|
||||
|
||||
# Install wrapper script and .desktop files
|
||||
install -D -m 0755 $CWD/$PRGNAM -t $PKG/usr/bin/
|
||||
|
@ -132,7 +130,7 @@ install -D -m 0644 docs/man/*.6 -t $PKG/usr/man/man6/
|
|||
gzip -9 $PKG/usr/man/man*/*.{1,6}
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING wolfmame.txt docs/LICENSE docs/README.md docs/CONTRIBUTING.md \
|
||||
cp -a COPYING wolfmame.txt docs/LICENSE docs/README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wolfmame"
|
||||
VERSION="0.250"
|
||||
VERSION="0.251"
|
||||
HOMEPAGE="https://github.com/mahlemiut/wolfmame/releases/latest"
|
||||
DOWNLOAD="https://github.com/mahlemiut/wolfmame/archive/wolf250/wolfmame-wolf250.tar.gz"
|
||||
MD5SUM="a65f5d1ca97dd3b59e23335a40b989e2"
|
||||
DOWNLOAD="https://github.com/mahlemiut/wolfmame/archive/wolf251/wolfmame-wolf251.tar.gz"
|
||||
MD5SUM="f3a0a79385082c83ce5c6e3383cf5f35"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue