summaryrefslogtreecommitdiff
path: root/games/berusky2/berusky2.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2017-08-03 14:49:53 +0200
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:14:19 -0500
commit26eb2185b11f48fdc798f98975da41d226638280 (patch)
treebdba568aed54799bf69e09f74862524bbdc53556 /games/berusky2/berusky2.SlackBuild
parent2e536cadbe659a13c2225104d069823d1f5c1f67 (diff)
downloadslackbuilds-26eb2185b11f48fdc798f98975da41d226638280.tar.gz
games/berusky2: Updated for version 20170630_974e2e5.
Upstream git https://github.com/stransky/berusky2/ Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/berusky2/berusky2.SlackBuild')
-rw-r--r--games/berusky2/berusky2.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/berusky2/berusky2.SlackBuild b/games/berusky2/berusky2.SlackBuild
index c6021d1496..eee4fade35 100644
--- a/games/berusky2/berusky2.SlackBuild
+++ b/games/berusky2/berusky2.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=berusky2
-VERSION=${VERSION:-0.10}
+VERSION=${VERSION:-20170630_974e2e5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@@ -69,6 +69,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+autoreconf -fi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \