audio/mp3splt: Updated for version 2.3a.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Roberto Neri 2011-05-27 13:28:44 -03:00 committed by Robby Workman
parent 1f26435c7b
commit bb8fbee1cb
3 changed files with 10 additions and 12 deletions

View file

@ -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 {} \;

View file

@ -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"

View file

@ -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)