games/yetris: Updated for version 2.3.0.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-04-17 10:46:51 +02:00 committed by Willy Sudiarto Raharjo
parent 9171c67e14
commit 253e824e89
3 changed files with 7 additions and 22 deletions

View File

@ -1,16 +0,0 @@
--- yetris-2.0.1/Makefile.original 2014-04-23 15:48:09.448984387 +0300
+++ yetris-2.0.1/Makefile 2014-04-23 15:54:12.061451107 +0300
@@ -49,11 +49,11 @@
EXEC_PREFIX = $(PREFIX)
DATAROOTDIR = $(PREFIX)/share
-MANROOT = $(DATAROOTDIR)/man
+MANROOT = $(PREFIX)/man
MANNUMBER = 6
-BINDIR = $(EXEC_PREFIX)/games
+BINDIR = $(EXEC_PREFIX)/bin
MANDIR = $(MANROOT)/man$(MANNUMBER)
MANFILE = $(PACKAGE).$(MANNUMBER)

View File

@ -2,7 +2,7 @@
# Slackware build script for yetris
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=yetris
VERSION=${VERSION:-2.1.0}
VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,7 +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 {} \;
patch -p1 < $CWD/Makefile.patch
# fix manpage path
sed -i "s/DATAROOTDIR)\/man/EXEC_PREFIX)\/man/" Makefile
make
make install PREFIX=$PKG/usr

View File

@ -1,8 +1,8 @@
PRGNAM="yetris"
VERSION="2.1.0"
VERSION="2.3.0"
HOMEPAGE="https://github.com/alexdantas/yetris"
DOWNLOAD="https://github.com/alexdantas/yetris/archive/v2.1.0.tar.gz"
MD5SUM="b90e703604660a952ee8cd539603eb51"
DOWNLOAD="https://github.com/alexdantas/yetris/archive/v2.3.0.tar.gz"
MD5SUM="2a503ccfc91c99910d53659dbfc14c5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""