diff options
-rw-r--r-- | audio/mp3splt/mp3splt.SlackBuild | 6 | ||||
-rw-r--r-- | audio/mp3splt/mp3splt.info | 8 | ||||
-rw-r--r-- | audio/mp3splt/slack-desc | 8 |
3 files changed, 10 insertions, 12 deletions
diff --git a/audio/mp3splt/mp3splt.SlackBuild b/audio/mp3splt/mp3splt.SlackBuild index 2bf4261f32e3..c8f27dead238 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 {} \; diff --git a/audio/mp3splt/mp3splt.info b/audio/mp3splt/mp3splt.info index 6a174e935cbb..31895afbf9f9 100644 --- a/audio/mp3splt/mp3splt.info +++ b/audio/mp3splt/mp3splt.info @@ -1,10 +1,10 @@ PRGNAM="mp3splt" -VERSION="2.2.8" +VERSION="2.3a" HOMEPAGE="http://mp3splt.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.2.8.tar.gz" -MD5SUM="2e6f53d6385912c7e8395813048cd28c" +DOWNLOAD="http://downloads.sourceforge.net/mp3splt/mp3splt-2.3a.tar.gz" +MD5SUM="1fe663f7de5a6949bbe5b6aa78fea79f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Roberto Neri" EMAIL="rneri@libero.it" -APPROVED="rworkman" +APPROVED="Niels Horn" diff --git a/audio/mp3splt/slack-desc b/audio/mp3splt/slack-desc index e1d00e69b77c..a2f2eb4a77a3 100644 --- a/audio/mp3splt/slack-desc +++ b/audio/mp3splt/slack-desc @@ -1,9 +1,9 @@ # HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' on -# the right side marks the last column you can put a character in. You must make -# exactly 11 lines for the formatting to be correct. It's also customary to -# leave one space after the ':'. +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| mp3splt: mp3splt (command line program from the mp3splt project) |