summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-08 16:53:09 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-03-09 17:20:45 +0700
commit826c878d8f1d18bbfcf9189c4574375ed6825b8d (patch)
treec7912608d0e871180cde2401373934866f1bcd50 /desktop
parent20ac3c27a7b1d6c4890ddf90eb32f76f38e233d4 (diff)
downloadslackbuilds-826c878d8f1d18bbfcf9189c4574375ed6825b8d.tar.gz
slackbuilds-826c878d8f1d18bbfcf9189c4574375ed6825b8d.tar.xz
desktop/stoken: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/stoken/stoken.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/stoken/stoken.SlackBuild b/desktop/stoken/stoken.SlackBuild
index 456019ec12..0bc3c70eb0 100644
--- a/desktop/stoken/stoken.SlackBuild
+++ b/desktop/stoken/stoken.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=stoken
VERSION=${VERSION:-0.81}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -105,6 +102,8 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGES COPYING.LIB README.md TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+rm -f $PKG/usr/lib*/*.la
+
mkdir -pv $PKG/install
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cat $CWD/slack-desc > $PKG/install/slack-desc