mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/snes9x: Strip binary.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e3ba2857c9
commit
929bebe629
1 changed files with 11 additions and 2 deletions
|
@ -6,6 +6,14 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20220622 bkw, BUILD=2:
|
||||
# - strip binary (whoops).
|
||||
# - remove mention of retroarch support from README, it FTBFS.
|
||||
# sooner or later I'll fix it or remove it entirely.
|
||||
# Note: I tried snes9x 1.61 on Slackware 15.0 with all updates, and
|
||||
# it still crashes as described below. Also tried latest post-1.61 git
|
||||
# and it has the same problem. So staying with 1.59 for now, sorry.
|
||||
|
||||
# 20211014 bkw: *downgrade* to 1.59, for now at least. 1.60 crashes
|
||||
# immediately if built with gtk+2 and started with a ROM filename.
|
||||
# If you pick a ROM from within the app, it'll work sometimes, but
|
||||
|
@ -73,7 +81,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=snes9x
|
||||
VERSION=${VERSION:-1.59}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -158,7 +166,8 @@ cd build
|
|||
--localstatedir=/var \
|
||||
--mandir=/usr/man \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
--sysconfdir=/etc \
|
||||
-Dstrip=true
|
||||
"${NINJA:=ninja}" -v
|
||||
DESTDIR=$PKG $NINJA install
|
||||
mv $PKG/usr/bin $PKG/usr/games
|
||||
|
|
Loading…
Reference in a new issue