mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/openmsx-debugger: Updated for version 20170610.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
eb84ae49c8
commit
e3a1c7b2a5
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for openmsx-debugger
|
||||
|
||||
# Copyright 2016 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2016-2017 Philip van der Hoeven, Almere, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=openmsx-debugger
|
||||
SRCNAM=debugger
|
||||
VERSION=${VERSION:-20161029}
|
||||
SRCVERSION=87b78ed7ffa8de189b683aab66889ab57837a9e5
|
||||
VERSION=${VERSION:-20170610}
|
||||
SRCVERSION=0dd03735b874ef4f054b178a17e346efda23c9ca
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -87,7 +87,7 @@ 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
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog GNUmakefile GPL README TODO $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS GPL README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openmsx-debugger"
|
||||
VERSION="20161029"
|
||||
VERSION="20170610"
|
||||
HOMEPAGE="http://openmsx.org"
|
||||
DOWNLOAD="https://github.com/openMSX/debugger/archive/87b78ed7ffa8de189b683aab66889ab57837a9e5.tar.gz"
|
||||
MD5SUM="ebfa2d97efc5c23034ce1442b8ace6e6"
|
||||
DOWNLOAD="https://github.com/openMSX/debugger/archive/0dd03735b874ef4f054b178a17e346efda23c9ca.tar.gz"
|
||||
MD5SUM="e63066d6c738a534c80025026690d711"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in a new issue