mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/surgescript: Updated for version 0.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2b81647ae7
commit
576f6f5511
2 changed files with 4 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=surgescript
|
||||
VERSION=${VERSION:-0.6.0}
|
||||
VERSION=${VERSION:-0.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -88,9 +88,6 @@ cd build
|
|||
make install/strip DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
#find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
# | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
LICENSE *.md examples \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="surgescript"
|
||||
VERSION="0.6.0"
|
||||
VERSION="0.6.1"
|
||||
HOMEPAGE="https://docs.opensurge2d.org/"
|
||||
DOWNLOAD="https://github.com/alemart/surgescript/archive/v0.6.0/surgescript-0.6.0.tar.gz"
|
||||
MD5SUM="a589e8821414d2d9204f4c57d9cb59b4"
|
||||
DOWNLOAD="https://github.com/alemart/surgescript/archive/v0.6.1/surgescript-0.6.1.tar.gz"
|
||||
MD5SUM="b5ae81748262fa8e0bd5250b183f99f3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue