libraries/libxfcegui4: Remove .la files.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-02-14 12:18:34 -05:00 committed by Willy Sudiarto Raharjo
parent 5a19914460
commit fa639a4d79
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=libxfcegui4
VERSION=${VERSION:-4.10.0}
BUILD=${BUILD:-3}
BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -108,6 +108,8 @@ cp -a \
AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO \
$PKG/usr/doc/${PRGNAM}-$VERSION
rm -f $PKG/usr/lib*/*.la
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh