summaryrefslogtreecommitdiffstats
path: root/audio/opencore-amr/opencore-amr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/opencore-amr/opencore-amr.SlackBuild')
-rw-r--r--audio/opencore-amr/opencore-amr.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/opencore-amr/opencore-amr.SlackBuild b/audio/opencore-amr/opencore-amr.SlackBuild
index c7d690efbd..375f758782 100644
--- a/audio/opencore-amr/opencore-amr.SlackBuild
+++ b/audio/opencore-amr/opencore-amr.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for opencore-amr
# Written by Andre Barboza <bmg.andre@gmail.com>
-# Maintained from 2018 by Christoph Willing, Brisbane, Australia
+# Maintained from 2018-23 by Christoph Willing, Brisbane, Australia
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=opencore-amr
-VERSION=${VERSION:-0.1.5}
+VERSION=${VERSION:-0.1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -102,6 +102,8 @@ cp -a ChangeLog LICENSE README $PKG/usr/doc/$PRGNAM-$VERSION
cp -a opencore/ChangeLog opencore/NOTICE $PKG/usr/doc/$PRGNAM-$VERSION/opencore
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