Browse Source
desktop/rss-glx: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/185/head
B. Watson
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with
3 additions and
6 deletions
-
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 |
|
|
|