summaryrefslogtreecommitdiffstats
path: root/libraries/wxsvg/wxsvg.SlackBuild
diff options
context:
space:
mode:
author B. Watson2022-02-14 18:19:01 +0100
committer Willy Sudiarto Raharjo2022-02-16 02:19:58 +0100
commit234b9270a935b0d99674d7624d465b73d72ec5db (patch)
tree31574bffc5514e35bea34b610b3a72d6e2682d57 /libraries/wxsvg/wxsvg.SlackBuild
parent525d98b6045a571e8fedaaa931911a4af727f7eb (diff)
downloadslackbuilds-234b9270a935b0d99674d7624d465b73d72ec5db.tar.gz
libraries/wxsvg: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/wxsvg/wxsvg.SlackBuild')
-rw-r--r--libraries/wxsvg/wxsvg.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/wxsvg/wxsvg.SlackBuild b/libraries/wxsvg/wxsvg.SlackBuild
index 62a65d006a..0c04a02a7a 100644
--- a/libraries/wxsvg/wxsvg.SlackBuild
+++ b/libraries/wxsvg/wxsvg.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wxsvg
VERSION=${VERSION:-1.5.20}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -104,6 +104,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog 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 -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc