summaryrefslogtreecommitdiffstats
path: root/libraries/php-stomp/php-stomp.SlackBuild
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-02-14 12:18:47 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-16 08:19:51 +0700
commit95d450de94cc46d2b7dc6c785cde3d22c43cd834 (patch)
treeab027e29bbe3d703cc8bc3f3356bdf75fa1a18e2 /libraries/php-stomp/php-stomp.SlackBuild
parent60a7b5bda03cb3e59c9d0deb898e5090f1ac98f2 (diff)
downloadslackbuilds-95d450de94cc46d2b7dc6c785cde3d22c43cd834.tar.gz
slackbuilds-95d450de94cc46d2b7dc6c785cde3d22c43cd834.tar.xz
libraries/php-stomp: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/php-stomp/php-stomp.SlackBuild')
-rw-r--r--libraries/php-stomp/php-stomp.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/php-stomp/php-stomp.SlackBuild b/libraries/php-stomp/php-stomp.SlackBuild
index b6dad36fb0..60e44776c8 100644
--- a/libraries/php-stomp/php-stomp.SlackBuild
+++ b/libraries/php-stomp/php-stomp.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=php-stomp
VERSION=${VERSION:-2.0.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -113,6 +113,8 @@ cp -a \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+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