mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/hexglass: Update script, HOMEPAGE & DOWNLOAD url.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0c58f948b8
commit
de9d4e0840
3 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for hexglass
|
# Slackware build script for hexglass
|
||||||
|
|
||||||
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# 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
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=hexglass
|
PRGNAM=hexglass
|
||||||
VERSION=${VERSION:-1.2.1}
|
VERSION=${VERSION:-1.2.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-2}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
@ -59,9 +59,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="hexglass"
|
PRGNAM="hexglass"
|
||||||
VERSION="1.2.1"
|
VERSION="1.2.1"
|
||||||
HOMEPAGE="https://code.google.com/p/hexglass"
|
HOMEPAGE="https://github.com/lizaifang/hexglass/"
|
||||||
DOWNLOAD="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/hexglass/hexglass-1.2.1.tar.gz"
|
DOWNLOAD="https://github.com/lizaifang/hexglass/archive/hexglass-1.2.1.tar.gz"
|
||||||
MD5SUM="408148e6b05065d12edd7066b929465b"
|
MD5SUM="92683988cd7f2aff7478c1e73c53433b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -12,7 +12,7 @@ hexglass: The HexGlass is a Tetris-like puzzle game. Ten different types of
|
||||||
hexglass: blocks continuously fall from above and you must arrange them to
|
hexglass: blocks continuously fall from above and you must arrange them to
|
||||||
hexglass: make horizontal rows of hexagonal bricks.
|
hexglass: make horizontal rows of hexagonal bricks.
|
||||||
hexglass:
|
hexglass:
|
||||||
hexglass: Homepage: https://code.google.com/p/hexglass
|
hexglass: Homepage: https://github.com/lizaifang/hexglass/
|
||||||
hexglass:
|
hexglass:
|
||||||
hexglass:
|
hexglass:
|
||||||
hexglass:
|
hexglass:
|
||||||
|
|
Loading…
Reference in a new issue