summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-08 22:53:09 +0100
committer Willy Sudiarto Raharjo2022-03-09 11:20:45 +0100
commit20ac3c27a7b1d6c4890ddf90eb32f76f38e233d4 (patch)
tree0b688a8176ba48756df4aad3471a41be6a52605e
parentf59a7e0d4e20a4a4bb4cdf4e3860410f7a4d511f (diff)
downloadslackbuilds-20ac3c27a7b1d6c4890ddf90eb32f76f38e233d4.tar.gz
desktop/rss-glx: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--desktop/rss-glx/rss-glx.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/desktop/rss-glx/rss-glx.SlackBuild b/desktop/rss-glx/rss-glx.SlackBuild
index 9406d4e070..ab3967a856 100644
--- a/desktop/rss-glx/rss-glx.SlackBuild
+++ b/desktop/rss-glx/rss-glx.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rss-glx
VERSION=${VERSION:-0.9.1}
-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
@@ -110,10 +107,10 @@ for RSS in $RSS_LIST ; do
done
gzip -9 $PKG/usr/man/man?/*.?
-rm $PKG/usr/lib${LIBDIRSUFFIX}/*.a
+rm $PKG/usr/lib${LIBDIRSUFFIX}/*.{a,la}
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION $PKG/install
-cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README README.xscreensaver \
+cp -a AUTHORS COPYING ChangeLog NEWS README README.xscreensaver \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/slack-desc > $PKG/install/slack-desc