mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/frozen-bubble: Updated for version git_20170702_d6a0291
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ee2628e0c1
commit
1d5ed22cea
3 changed files with 33 additions and 17 deletions
16
games/frozen-bubble/frozen-bubble-mksrctarball.sh
Normal file
16
games/frozen-bubble/frozen-bubble-mksrctarball.sh
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git clone https://github.com/kthakore/frozen-bubble.git
|
||||||
|
|
||||||
|
cd frozen-bubble
|
||||||
|
VERSION="git_$(git log --format="%ad_%h" --date=short | head -n 1 | tr -d -)"
|
||||||
|
LONGDATE="$(git log -1 --format=%cd --date=format:%c )"
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
mv frozen-bubble frozen-bubble-$VERSION
|
||||||
|
|
||||||
|
tar --exclude-vcs -cf frozen-bubble-$VERSION.tar frozen-bubble-$VERSION
|
||||||
|
plzip -9 -v frozen-bubble-$VERSION.tar
|
||||||
|
touch -d "$LONGDATE" frozen-bubble-$VERSION.tar.lz
|
||||||
|
|
||||||
|
rm -rf frozen-bubble-$VERSION
|
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for Frozen Bubble
|
# Slackware build script for Frozen Bubble
|
||||||
#
|
#
|
||||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||||
# Copyright 2017 Heinz Wiesinger, Amsterdam, The Netherlands
|
# Copyright 2017-2021 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -12,22 +12,22 @@
|
||||||
# 1. Redistributions of this script must retain the above copyright
|
# 1. Redistributions of this script must retain the above copyright
|
||||||
# notice, this list of conditions and the following disclaimer.
|
# notice, this list of conditions and the following disclaimer.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=frozen-bubble
|
PRGNAM=frozen-bubble
|
||||||
VERSION=${VERSION:-905bf71}
|
VERSION=${VERSION:-git_20170702_d6a0291}
|
||||||
BUILD=${BUILD:-3}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.lz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="frozen-bubble"
|
PRGNAM="frozen-bubble"
|
||||||
VERSION="905bf71"
|
VERSION="git_20170702_d6a0291"
|
||||||
HOMEPAGE="http://www.frozen-bubble.org/"
|
HOMEPAGE="http://www.frozen-bubble.org/"
|
||||||
DOWNLOAD="http://www.liwjatan.at/files/src/frozen-bubble/frozen-bubble-905bf71.tar.xz"
|
DOWNLOAD="http://www.liwjatan.at/files/src/frozen-bubble/frozen-bubble-git_20170702_d6a0291.tar.lz"
|
||||||
MD5SUM="62fa4d53aaaa506eb38dd6595c0ed7cb"
|
MD5SUM="f04690d91e2dba3838e5dc9ce7708f8a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-Compress-Bzip2 perl-File-Slurp perl-IPC-System-Simple perl-Locale-Maketext-Lexicon perl-SDL"
|
REQUIRES="perl-Compress-Bzip2 perl-File-Slurp perl-IPC-System-Simple perl-Locale-Maketext-Lexicon perl-SDL"
|
||||||
|
|
Loading…
Reference in a new issue