summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-08 22:53:08 +0100
committer Willy Sudiarto Raharjo2022-03-09 11:20:45 +0100
commitd8590b77516c3c47b06f064aa3afcb84d4b0e101 (patch)
tree07183db98ff489ecb30ed4978f26e8a4defb6ab2
parente8620ea374e31a2a13222c4260f754d344ca5e48 (diff)
downloadslackbuilds-d8590b77516c3c47b06f064aa3afcb84d4b0e101.tar.gz
libraries/libsidplayfp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--libraries/libsidplayfp/libsidplayfp.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/libsidplayfp/libsidplayfp.SlackBuild b/libraries/libsidplayfp/libsidplayfp.SlackBuild
index 94c2cfbb5b..ec9c62c15d 100644
--- a/libraries/libsidplayfp/libsidplayfp.SlackBuild
+++ b/libraries/libsidplayfp/libsidplayfp.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libsidplayfp
VERSION=${VERSION:-1.8.7}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -108,6 +108,8 @@ cp -a AUTHORS COPYING NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
)
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc