From 1f26435c7b1ec33b2c37bb5f8b663af27be49c87 Mon Sep 17 00:00:00 2001 From: Roberto Neri Date: Fri, 27 May 2011 13:25:26 -0300 Subject: libraries/libmp3splt: Updated for version 0.6.1a Signed-off-by: Niels Horn --- libraries/libmp3splt/libmp3splt.SlackBuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libraries/libmp3splt/libmp3splt.SlackBuild') diff --git a/libraries/libmp3splt/libmp3splt.SlackBuild b/libraries/libmp3splt/libmp3splt.SlackBuild index 21d64e2a3b56d..7e60e8697ae57 100644 --- a/libraries/libmp3splt/libmp3splt.SlackBuild +++ b/libraries/libmp3splt/libmp3splt.SlackBuild @@ -5,16 +5,14 @@ # Written by Roberto Neri PRGNAM=libmp3splt -VERSION=${VERSION:-0.5.9} +VERSION=${VERSION:-0.6.1a} 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 @@ -64,7 +62,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 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -- cgit v1.2.3