diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-08 16:53:08 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 17:20:45 +0700 |
commit | d8590b77516c3c47b06f064aa3afcb84d4b0e101 (patch) | |
tree | 07183db98ff489ecb30ed4978f26e8a4defb6ab2 /libraries/libsidplayfp | |
parent | e8620ea374e31a2a13222c4260f754d344ca5e48 (diff) | |
download | slackbuilds-d8590b77516c3c47b06f064aa3afcb84d4b0e101.tar.gz |
libraries/libsidplayfp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libsidplayfp')
-rw-r--r-- | libraries/libsidplayfp/libsidplayfp.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/libsidplayfp/libsidplayfp.SlackBuild b/libraries/libsidplayfp/libsidplayfp.SlackBuild index 94c2cfbb5b..ec9c62c15d 100644 --- a/libraries/libsidplayfp/libsidplayfp.SlackBuild +++ b/libraries/libsidplayfp/libsidplayfp.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libsidplayfp VERSION=${VERSION:-1.8.7} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -108,6 +108,8 @@ cp -a AUTHORS COPYING NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION ) cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +rm -f $PKG/usr/lib*/*.la + mkdir $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc |