summaryrefslogtreecommitdiffstats
path: root/libraries/gmtk
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:17:31 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:10 +0100
commitd49aff5304d7560b3ad2924d0892446766781355 (patch)
treed9f162a7267e583b57794f6fe5d7477b5ff99873 /libraries/gmtk
parentbf2272c9c07aeb603dd66ce3eaefcf746a0aea79 (diff)
downloadslackbuilds-d49aff5304d7560b3ad2924d0892446766781355.tar.gz
libraries/gmtk: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gmtk')
-rw-r--r--libraries/gmtk/gmtk.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/gmtk/gmtk.SlackBuild b/libraries/gmtk/gmtk.SlackBuild
index f112ca02ec..93d8312e69 100644
--- a/libraries/gmtk/gmtk.SlackBuild
+++ b/libraries/gmtk/gmtk.SlackBuild
@@ -7,7 +7,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gmtk
VERSION=${VERSION:-1.0.8}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -79,6 +79,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc