From dac65bdbe8283254011feaa8fbfe70ea2e940583 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 20 Apr 2018 20:39:51 +0700 Subject: [PATCH] pangox-compat: Remove .la files. Signed-off-by: Willy Sudiarto Raharjo --- pangox-compat/pangox-compat.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pangox-compat/pangox-compat.SlackBuild b/pangox-compat/pangox-compat.SlackBuild index c9d323b..c421042 100644 --- a/pangox-compat/pangox-compat.SlackBuild +++ b/pangox-compat/pangox-compat.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for pangox-compat. # Copyright 2013 Mathew Holleran. -# Copyright 2014 Willy Sudiarto Raharjo +# Copyright 2014-2018 Willy Sudiarto Raharjo # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ PRGNAM=pangox-compat VERSION=${VERSION:-0.0.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_csb} if [ -z "$ARCH" ]; then @@ -98,6 +98,9 @@ fi make install DESTDIR=$PKG +# Don't ship .la files: +rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true