summaryrefslogtreecommitdiffstats
path: root/games/skulltag
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2023-01-11 02:44:23 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:50:29 +0700
commit917a99efec013d489931b8dd79c6c9a11b01b2df (patch)
tree733fab6ad987b1a61b98387717b21d4521d07020 /games/skulltag
parent992e366dfd71548c090545d6dff2d2c6189196dc (diff)
downloadslackbuilds-917a99efec013d489931b8dd79c6c9a11b01b2df.tar.gz
slackbuilds-917a99efec013d489931b8dd79c6c9a11b01b2df.tar.xz
games/skulltag: Strip library.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/skulltag')
-rw-r--r--games/skulltag/skulltag.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/skulltag/skulltag.SlackBuild b/games/skulltag/skulltag.SlackBuild
index 68691d380c..542b18d7de 100644
--- a/games/skulltag/skulltag.SlackBuild
+++ b/games/skulltag/skulltag.SlackBuild
@@ -6,13 +6,14 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230111 bkw: BUILD=4, strip libsnes_spc.so
# 20211024 bkw: BUILD=3, binaries in /usr/games, new-style icons
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=skulltag
VERSION=${VERSION:-098d}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,6 +85,9 @@ mkdir -p \
$PKG/usr/share/$PRGNAM \
$PKG/usr/doc/$PRGNAM-$VERSION
+# 20230111 bkw: this *one* library isn't already stripped:
+strip libsnes_spc.so
+
mv $PRGNAM $PRGNAM-server *.so $PKG/usr/lib$LIBDIRSUFFIX/$PRGNAM
install -m0644 *.pk3 $PKG/usr/share/$PRGNAM
install -m0644 *.txt $PKG/usr/doc/$PRGNAM-$VERSION