summaryrefslogtreecommitdiffstats
path: root/audio/mp3splt/mp3splt.SlackBuild
diff options
context:
space:
mode:
author Roberto Neri <rneri@libero.it>2011-05-27 13:28:44 -0300
committer Robby Workman <rworkman@slackbuilds.org>2011-06-13 01:30:55 -0400
commitbb8fbee1cb21fe95447266c2a5d1fd9fee9ecb8a (patch)
treeeb120d034b3ab0e3c138df49f35ce222b00859fe /audio/mp3splt/mp3splt.SlackBuild
parent1f26435c7b1ec33b2c37bb5f8b663af27be49c87 (diff)
downloadslackbuilds-bb8fbee1cb21fe95447266c2a5d1fd9fee9ecb8a.tar.gz
slackbuilds-bb8fbee1cb21fe95447266c2a5d1fd9fee9ecb8a.tar.xz
audio/mp3splt: Updated for version 2.3a.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/mp3splt/mp3splt.SlackBuild')
-rw-r--r--audio/mp3splt/mp3splt.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/mp3splt/mp3splt.SlackBuild b/audio/mp3splt/mp3splt.SlackBuild
index 2bf4261f32..c8f27dead2 100644
--- a/audio/mp3splt/mp3splt.SlackBuild
+++ b/audio/mp3splt/mp3splt.SlackBuild
@@ -5,16 +5,14 @@
# Written by Roberto Neri <rneri@libero.it>
PRGNAM=mp3splt
-VERSION=${VERSION:-2.2.8}
+VERSION=${VERSION:-2.3a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -65,7 +63,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;