summaryrefslogtreecommitdiffstats
path: root/libraries/gwenhywfar/gwenhywfar.SlackBuild
diff options
context:
space:
mode:
author newHeiko <35038740+newHeiko@users.noreply.github.com>2022-02-12 16:42:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-12 23:12:52 +0700
commit4308a5902dd3e3e593c7d0218a5b9a9063fbdc27 (patch)
tree3a8997b40e88c72f33ec7bc54abe0ce59be61b6b /libraries/gwenhywfar/gwenhywfar.SlackBuild
parentf4709a2563d963ef9274cf00407e5b669c699d91 (diff)
downloadslackbuilds-4308a5902dd3e3e593c7d0218a5b9a9063fbdc27.tar.gz
slackbuilds-4308a5902dd3e3e593c7d0218a5b9a9063fbdc27.tar.xz
libraries/gwenhywfar: Update for version 5.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gwenhywfar/gwenhywfar.SlackBuild')
-rw-r--r--libraries/gwenhywfar/gwenhywfar.SlackBuild12
1 files changed, 9 insertions, 3 deletions
diff --git a/libraries/gwenhywfar/gwenhywfar.SlackBuild b/libraries/gwenhywfar/gwenhywfar.SlackBuild
index 6acd0e53ab..481d285a89 100644
--- a/libraries/gwenhywfar/gwenhywfar.SlackBuild
+++ b/libraries/gwenhywfar/gwenhywfar.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gwenhywfar
-# Copyright 2013-2020 Heiko Rosemann Germany
+# Copyright 2013-2022 Heiko Rosemann Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gwenhywfar
-VERSION=${VERSION:-5.4.0}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-5.8.2}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -102,6 +102,12 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+# Don't ship .la files:
+rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la
+rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/configmgr/dir.la
+rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/ct/ohbci.la
+rm -f $PKG/usr/lib${LIBDIRSUFFIX}/${PRGNAM}/plugins/79/dbio/*.la
+
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc