summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author David Woodfall2022-02-19 06:12:42 +0100
committer Willy Sudiarto Raharjo2022-02-20 09:12:37 +0100
commit410ce7cf8c19b256c059842375ee9c8b7e1a5e5d (patch)
treee68054b7e2987a202df6f22d81ab6dfa7e3e8143 /audio
parent1c272a37d4349ee5a99f79ff3ee989b3521c4b53 (diff)
downloadslackbuilds-410ce7cf8c19b256c059842375ee9c8b7e1a5e5d.tar.gz
audio/xforge: Cleanup SlackBuild.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/xforge/README8
-rw-r--r--audio/xforge/xforge.SlackBuild7
2 files changed, 6 insertions, 9 deletions
diff --git a/audio/xforge/README b/audio/xforge/README
index b9d0d1b52c..165d29b95c 100644
--- a/audio/xforge/README
+++ b/audio/xforge/README
@@ -1,4 +1,4 @@
-Xforge is a graphical wave editor for UNIX systems with X11 and
-Motif. The name is derived from popular PC/Windows wave editor Sound
-Forge, and the goal of Xforge project is to provide similar wave
-editing facilities to UNIX world, but as free software.
+Xforge is a graphical wave editor for UNIX systems with X11 and Motif.
+The name is derived from popular PC/Windows wave editor Sound Forge, and
+the goal of Xforge project is to provide similar wave editing facilities
+to UNIX world, but as free software.
diff --git a/audio/xforge/xforge.SlackBuild b/audio/xforge/xforge.SlackBuild
index 2e6e05ef13..57ba26e03c 100644
--- a/audio/xforge/xforge.SlackBuild
+++ b/audio/xforge/xforge.SlackBuild
@@ -68,7 +68,7 @@ fi
set -e
rm -rf $PKG
-mkdir -p $TMP $PKG/usr/bin $OUTPUT
+mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
@@ -82,10 +82,7 @@ find -L . \
xmkmf -a
make CFLAGS="$SLKCFLAGS"
-install -m 755 xforge $PKG/usr/bin
-
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
- | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+install -D -s -m 0755 xforge $PKG/usr/bin/$PRGNAM
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \